https://github.com/appliedsec/pygeoip
DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
archived deprecated obsolete
Last synced: about 1 month ago
JSON representation
DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
- Host: GitHub
- URL: https://github.com/appliedsec/pygeoip
- Owner: appliedsec
- License: lgpl-3.0
- Archived: true
- Created: 2012-01-09T18:11:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T13:31:39.000Z (about 7 years ago)
- Last Synced: 2024-10-31T21:35:44.693Z (6 months ago)
- Topics: archived, deprecated, obsolete
- Language: Python
- Homepage: https://github.com/appliedsec/pygeoip
- Size: 685 KB
- Stars: 482
- Watchers: 26
- Forks: 111
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - appliedsec/pygeoip - DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases (Python)
README
[](http://unmaintained.tech/)
# DEPRECATED
This project is no longer supported. Please consider using [Maxmind's GeoIP2 Python API](https://github.com/maxmind/GeoIP2-python).# Pure Python GeoIP API
This library is based on [Maxmind's GeoIP C API](https://github.com/maxmind/geoip-api-c).
Tested with Python version 2.6, 2.7, 3.2, 3.3 and 3.4.
[](https://travis-ci.org/appliedsec/pygeoip) [](https://coveralls.io/r/appliedsec/pygeoip) [](https://crate.io/packages/pygeoip)
## Installation
You can easily install pygeoip from PyPi.
```bash
pip install pygeoip
```## 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.
## Documentation
For more information, [check out the documentation](http://pygeoip.readthedocs.org) over at Read the Docs.