python-maxminddb

Python module for reading the MaxMind DB format
  https://github.com/maxmind/MaxMind-DB-Reader-python
  0
  no reviews



This is a Python module for reading MaxMind DB files. The module includes both a pure Python reader and an optional C extension.

MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).

This is the Python 2 version of the package.