Metadata-Version: 2.0
Name: geohelper
Version: 0.2.0
Summary: Compute geographical distances and bearings with various algos
Home-page: https://github.com/sstine/geohelper
Author: Samuel Stine
Author-email: none@gmail.com
License: MIT
Keywords: geographical,gps,distance,location,bearing,haversine
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

Geohelper is a package that exposes several functions for calculating
geographical values such as distance and bearing between two points.  In the future,
additional functionality will be added to support geographical applications.

