Metadata-Version: 1.1
Name: geonames-postcode
Version: 0.2
Summary: Python package for the geonames.org postcode databases
Home-page: https://github.com/wobsta/geonames_postcode
Author: André Wobst
Author-email: project.geonames_postcode@wobsta.de
License: GPLv2+
Description: geonames_postcode is a Python package to make geonames.org postcode
        databases accessible in Python. It provides a command line tool to
        fetch, preprocess, and store the data in a Python file per country.
        In the result very fast (in-memory) queries by postcodes and names are
        available using just a few MB per country. Some helper functions are
        part of the package to solve common tasks like getting distances and
        finding postcodes nearby.
Platform: OS independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
