# pygeoip **Repository Path**: fnst-mooc/pygeoip ## Basic Information - **Project Name**: pygeoip - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2024-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.