blob: 9cbaae377b054f3be8a838c9322085eac3585582 (
plain)
1
2
3
4
5
|
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).
|