Skip to content

luk-f/pyhaversine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyHaversine

PyPI

An simple project built with pybind11. This requires Python 3.6+; for older versions of Python, check the commit history.

Installation

  • Use pip install pyhaversine directly

Or, manually:

  • clone this repository
  • pip install ./pyhaversine

License

pybind11 is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Test call

import pyhaversine
pyhaversine.haversine((1.0, 2.0), (3.0, 4.0))

About

A simple haversine function with pybind11

Topics

Resources

License

Stars

Watchers

Forks