Source: python-ipwhois
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>,
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
#for the tests:
               python3-dnspython,
Standards-Version: 4.6.2
Homepage: https://github.com/secynic/ipwhois
Vcs-Git: https://gitlab.com/kalilinux/packages/python-ipwhois.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-ipwhois
Testsuite: autopkgtest-pkg-python

Package: python3-ipwhois
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dnspython
Suggests: python-ipwhois-doc
Description: Retrieve and parse whois data for IP addresses (Python 3)
 This package contains a library to retrieve and parse whois data for IPv4 and
 IPv6 addresses.
   * Parses a majority of whois fields in to a standard dictionary
   * Supports RDAP queries (recommended method, see:
     https://tools.ietf.org/html/rfc7483)
   * Proxy support for RDAP queries
   * Supports legacy whois protocol queries
   * Referral whois support for legacy whois protocol
   * Recursive network parsing for IPs with parent/children networks listed
   * National Internet Registry support for JPNIC and KRNIC
   * Supports IP to ASN and ASN origin queries
   * Full CLI for IPWhois with optional ANSI colored console output.
 .
 This package installs the library for Python 3.

Package: python-ipwhois-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Retrieve and parse whois data for IP addresses (common documentation)
 This package contains a library to retrieve and parse whois data for IPv4 and
 IPv6 addresses.
   * Parses a majority of whois fields in to a standard dictionary
   * Supports RDAP queries (recommended method, see:
     https://tools.ietf.org/html/rfc7483)
   * Proxy support for RDAP queries
   * Supports legacy whois protocol queries
   * Referral whois support for legacy whois protocol
   * Recursive network parsing for IPs with parent/children networks listed
   * National Internet Registry support for JPNIC and KRNIC
   * Supports IP to ASN and ASN origin queries
   * Full CLI for IPWhois with optional ANSI colored console output.
 .
 This is the common documentation package.
