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 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).
To install py38-maxminddb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-maxminddb
To see what files were installed by py38-maxminddb, run:
port contents py38-maxminddb
To later upgrade py38-maxminddb, run:
sudo port selfupdate && sudo port upgrade py38-maxminddb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.