python3-geoip

Python3 bindings for the GeoIP IP-to-country resolver library
  http://dev.maxmind.com/geoip/
  0
  no reviews



GeoIP is a library that enables the user to find the country that any IP address or hostname originates from, using a database instead of DNS.

This package contains the Python3 bindings for GeoIP, allowing to use this library within a Python3 program.