/Mexico

General information about Mexico

Primary LanguagePython

Mexico

A python package with general information about Mexico, its states, population, zip codes etc

Installation

TODO

Docker

This repository includes a Dockerfile and a Makefile to make it easier to test and develop in a isolated environment

To build the image:

$ make build

To use the library in test/development mode:

$ make shell

Then:

import mx

Test

$ make test