1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pygeoip
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-nose
Standards-Version: 4.4.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/appliedsec/pygeoip
Vcs-Browser: https://salsa.debian.org/hle/pygeoip
Vcs-Git: https://salsa.debian.org/hle/pygeoip.git
Package: python3-pygeoip
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Python API for Maxmind's binary GeoIP databases
pygeoip provides a pure Python API for Maxmind's binary GeoIP databases.
.
It enables the user to find the country that any IP address or hostname
originates from.
|