Metadata-Version: 2.4
Name: dist
Version: 1.0.3
Summary: Compute distance between two coordinates on the map
Home-page: https://github.com/duboviy/dist
Download-URL: https://github.com/duboviy/dist/tarball/1.0.3
Author: Eugene Duboviy
Author-email: eugene.dubovoy@gmail.com
Keywords: distance,coordinates,map,performance
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: summary


As more and more apps are using maps, the more demand for geolocation capabilities increase.
Geolocation is about the reporting of your location to other users,
as well as associating real-world locations (such as landmarks) to your location.
This repo helps to accurately calculate the distance between two locations
and presents a time efficient practical solution,
that is almost 3 times faster than similar fast pure python implementation.
