Library to access/distribute DB-IP IP to City Lite Database
Project description
python-geoacumen-city
Installation
pip install python-geoacumen-city
Usage
>>> import geoacumen_city
>>> import maxminddb
>>> reader = maxminddb.open_database(geoacumen_city.db_path)
>>> reader.get("1.1.1.1")
{'city': {'names': {'en': 'Sydney'}},
'continent': {'code': 'OC',
'geoname_id': 6255151,
'names': {'de': 'Ozeanien',
'en': 'Oceania',
'es': 'Oceanía',
'fa': 'اقیانوسیه',
'fr': 'Océanie',
'ja': 'オセアニア',
'ko': '오세아니아',
'pt-BR': 'Oceania',
'ru': 'Океания',
'zh-CN': '大洋洲'}},
'country': {'geoname_id': 2077456,
'is_in_european_union': False,
'iso_code': 'AU',
'names': {'de': 'Australien',
'en': 'Australia',
'es': 'Australia',
'fa': 'استرالیا',
'fr': 'Australie',
'ja': 'オーストラリア',
'ko': '오스트레일리아',
'pt-BR': 'Austrália',
'ru': 'Австралия',
'zh-CN': '澳大利亚'}},
'location': {'latitude': -33.8688, 'longitude': 151.209},
'subdivisions': [{'names': {'en': 'New South Wales'}}]}
>>>
Note that you must still comply with the requirements of the DB-IP license specified here: https://db-ip.com/db/download/ip-to-city-lite
That is the following:
You are free to use this IP to City Lite database in your application, provided you give attribution to DB-IP.com for the data.
In the case of a web application, you must include a link back to DB-IP.com on pages that display or use results from the database. You may do it by pasting the HTML code snippet below into your code :
<a href='https://db-ip.com'>IP Geolocation by DB-IP</a>
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for python-geoacumen-city-2023.2.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6730e97e398dee322fd0c6a27c213878ef08bab3281fcddf88513b4eff66a38 |
|
MD5 | ce12585159634c80b1d1272937de0cbe |
|
BLAKE2b-256 | 7c814bd36a2031c73e535b075040c1164de00291324a2c43e31a790e11368ab0 |
Close
Hashes for python_geoacumen_city-2023.2.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f208d733fbd57260cd037357ef49e996c6012d4d8ffffc19f6ad9907a1783af |
|
MD5 | 99cda4269f9b6b7d5ad6629d57ee0360 |
|
BLAKE2b-256 | 47f108bb73519363f440f7511ba423c4b5c9592ad8f809127b572259bfc89eb7 |