Skip to main content

A Django Package for handling Mexico postal codes

Project description

https://badge.fury.io/py/django-postalcodes-mexico.svg https://travis-ci.org/EduardoZepeda/django-postalcodes-mexico.svg?branch=master https://codecov.io/gh/EduardoZepeda/django-postalcodes-mexico/branch/master/graph/badge.svg

A Django Package for handling Mexico postal codes

Documentation

The full documentation is at https://django-postalcodes-mexico.readthedocs.io.

Quickstart

Install django-postalcodes-mexico:

pip install django-postalcodes-mexico

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_postalcodes_mexico.apps.DjangoPostalcodesMexicoConfig',
    ...
)

Add django-postalcodes-mexico’s URL patterns:

from django_postalcodes_mexico import urls as django_postalcodes_mexico_urls


urlpatterns = [
    ...
    url(r'^', include(django_postalcodes_mexico_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.1.0 (2021-01-15)

  • First release on PyPI.

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-mexico-0.2.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

django_postalcodes_mexico-0.2.0-py2.py3-none-any.whl (16.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-postalcodes-mexico-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-postalcodes-mexico-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7459528a48fddf06cb8343d19b7cd4b0e661da0543f806ecd45025598b83700b
MD5 47a43486d13ea76a206df637d8597e85
BLAKE2b-256 23b5d2b50a678f34382132684b216305b0bb0d2b7b0da6208b384ee7002de7a6

See more details on using hashes here.

File details

Details for the file django_postalcodes_mexico-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_postalcodes_mexico-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8d719df0fb91a13d8988ba90f1f8921576faa5429d093af2095a8bad0653489e
MD5 7a09a28026d869ed671227c63f921e85
BLAKE2b-256 833d354dc7704479ab28a041aa26240ded3edb98161feaa4b465d2de58264af9

See more details on using hashes here.

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