The API is based on [MaxMind's C-based Python API](http://dev.maxmind.com/geoip/downloadable#Python-5),
but the code itself is ported from the [Pure PHP GeoIP API](http://pear.php.net/package/Net_GeoIP) by Jim Winstead and Hans Lellelid.
It is mostly a drop-in replacement, except the `new` and `open` methods are gone.
This library is based on [Maxmind's GeoIP C API](https://github.com/maxmind/geoip-api-c).
Tested using tox with Python version 2.5, 2.6, 2.7, 3.1, 3.2 and 3.3.
Tested with Python version 2.5, 2.6, 2.7, 3.1, 3.2 and 3.3.
## Issues and contribution ##
Bug reports are done by [creating an issue on Github](https://github.com/appliedsec/pygeoip/issues). If you want to contribute you can always [create a pull request](https://github.com/appliedsec/pygeoip/pulls) for discussion and code submission.
## Installation ##
## Installation ##
You can easily install pygeoip with setuptools:
You can easily install pygeoip from PyPi.
easy_install pygeoip
pip install pygeoip
## Supported Databases ##
## Supported Databases ##
* Country
* COUNTRY_EDITION
* Region
* COUNTRY_EDITION_V6
* City
* REGION_EDITION_REV0
* Organization
* REGION_EDITION_REV1
* ISP
* CITY_EDITION_REV0
* ASN
* CITY_EDITION_REV1
* CITY_EDITION_REV1_V6
* ORG_EDITION
* ISP_EDITION
* ASNUM_EDITION
* ASNUM_EDITION_V6
## Issues and Contribution ##
Bug reports are done by [creating an issue on Github](https://github.com/appliedsec/pygeoip/issues). If you want to contribute you can always [create a pull request](https://github.com/appliedsec/pygeoip/pulls) for discussion and code submission.
## Quick Documentation ##
## Quick Documentation ##
...
@@ -33,7 +36,7 @@ Create your GeoIP instance with appropriate access flag. `STANDARD` reads data f
...
@@ -33,7 +36,7 @@ Create your GeoIP instance with appropriate access flag. `STANDARD` reads data f