Uncategorized

python-geoacumen · PyPI


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.

Source Distribution

Built Distribution



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *