Project description
Installation
pip install python-geoacumen
Usage
>>> import geoacumen
>>> import maxminddb
>>> reader = maxminddb.open_database(geoacumen.db_path)
>>> reader.get("1.1.1.1")
{'country': {'iso_code': 'CN'}}
>>>
Download files
Download the file for your platform. If you’re not sure which to choose, learn more about installing packages.