Skip to main content

Postal code management (without the PostGIS requirement).

Project description

A simple data model for storing postal codes with placenames and location.

https://badge.fury.io/py/django-postalcodes-light.svg

Installing

The recommended installing method is with pip:

pip install django-postalcodes-light

You can also clone the repository and install from source:

python setup.py install

Getting data

Postal code data is available from a number of sources, typically on a country by country basis. The United States Census Bureau maintains the Gazetteer database, including detailed postal code data. The GeoNames geographical database also provides postal code data for international postal codes (and other places).

This project uses the column names specified by GeoNames and includes a management to import and update data from GeoNames:

python manage.py import_postalcodes US

Additional files can be imported by specifying each country code. Multiple country codes may be provided on one line, e.g.:

python manage.py import_postalcodes FR IT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-postalcodes-light-0.2.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page