postalcodes-mexico

Determines large parts of a Mexican postal address from its postal code (C.P.).


Keywords
postalcodes_mexico
License
MIT
Install
pip install postalcodes-mexico==0.4.0

Documentation

Postalcodes Mexico

Documentation Status Updates 'Waffle.io - Columns and their card count'

Determines large parts of a Mexican postal address from its postal code (C.P.).

Features

Postalcods mexico provides a function places that returns a list of named tuples with all places in Mexico that share the given postal code.

Reference

The data used in this package comes from the official website of the Mexican Postal Service (Correos Mexico). On the download page of the catalogue of postal codes it is stated that this data is not to be commercialized:

El Catálogo Nacional de Códigos Postales, es elaborado por el Servicio Postal Mexicano y se proporciona en forma gratuita, no estando permitida su comercialización, total o parcial.

http://www.correosdemexico.gob.mx/lservicios/servicios/CodigoPostal_Exportar.aspx

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.