Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T13:31:39.000Z (over 6 years ago)
- Last Synced: 2024-09-08T09:24:07.793Z (about 2 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
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](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.
[![Build Status](https://api.travis-ci.org/appliedsec/pygeoip.png?branch=master)](https://travis-ci.org/appliedsec/pygeoip) [![Coverage Status](https://coveralls.io/repos/appliedsec/pygeoip/badge.png)](https://coveralls.io/r/appliedsec/pygeoip) [![Downloads](https://pypip.in/d/pygeoip/badge.png)](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.