Metadata-Version: 1.0
Name: geolocator
Version: 0.1.1
Summary: geolocator library: locate places and calculate distances between them
Home-page: http://geolocator.fairsay.com
Author: Petri Savolainen
Author-email: petri.savolainen@iki.fi
License: http://www.fsf.org/licensing/licenses/lgpl.txt
Description: The geolocator library provides a common interface to location-related data
        from various sources and provides means to calculate distances between places.
        Currently the MaxMind country & city geoip data sources are supported. There is
        also some preliminary support for using GNS (GEOnet Names Server )data. For
        distance calculation, the Haversine function is used.
        
        The library can be useful for example to implement location-based features in
        different www frameworks; for an example of that, see the GeoLocation Zope /
        CMF / Plone package from which this library was spun off. Please note, however,
        that there is nothing www-specific in the library, nor does it have any
        external dependencies.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
