Skip to content

RR2DO2/maxminddb-geolite2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxminddb-geolite2

Description

maxminddb-geolite2 is a library that provides access to MaxMind's GeoIP2 databases. It depends on the official MaxMind library for functionality, but it conveniently ships a recent version of the GeoLite2 City database as provided by MaxMind.

This package includes GeoLite2 data created by MaxMind, available from maxmind.com under the Creative Commons Attribution-ShareAlike 3.0 Unported License.

Installation

You can get the library directly from PyPI:

$ pip install maxminddb-geolite2

Usage

Once you have installed the maxminddb-geolite2 package you can start using the database straight away:

>>> from geolite2 import geolite2
>>>
>>> reader = geolite2.reader()
>>> reader.get('1.1.1.1')
{'country': ... }
>>>
>>> geolite2.close()

About

MaxMind GeoLite2 database as a convenient Python package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published