Pure Python GeoIP API ===================== This library is based on `Maxmind's GeoIP C API `__. Tested with Python version 2.6, 2.7, 3.2, 3.3 and 3.4. Installation ------------ You can easily install pygeoip from PyPi. .. code:: python pip install pygeoip Issues and Contribution ----------------------- Bug reports are done by `creating an issue on Github `__. If you want to contribute you can always `create a pull request `__ for discussion and code submission. Documentation ------------- For more information, `check out the documentation `__ over at Read the Docs.