MaxMind GeoIP Legacy Database - Python API
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Requirements
Python 2.5+ or 3.3+
GeoIP C Library 1.4.7 or greater
Installation
With pip:
$ pip install GeoIP
From source:
$ python setup.py build
$ python setup.py install
Usage
See the examples in the examples folder.
Troubleshooting
If you get a “libGeoIP.so.1: cannot open shared object No such file or directory” error, add /usr/local/lib to /etc/ld.so.conf then run /sbin/ldconfig /etc/ld.so.conf
License
Copyright (c) 2014 MaxMind LLC
All rights reserved. This package is free software; it is licensed under the LGPL 2.1 or greater.