1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: python-whois
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python3-all
Standards-Version: 3.9.7
Homepage: https://github.com/DDarko/python-whois/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-whois.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-whois.git/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Package: python-whois
Architecture: all
Depends: python,
python-simplejson,
whois,
${misc:Depends},
${python:Depends}
Description: Python module for retrieving WHOIS information - Python 2
This Python wrapper for the "whois" command has a simple interface to access
parsed WHOIS data for a given domain.
.
It is able to extract data for many of the popular TLDs (com, org, net, biz,
info, pl, jp, uk, nz, ...) and queries WHOIS servers directly instead of
going through an intermediate web service.
.
This package provides Python 2 module bindings only.
Package: python3-whois
Architecture: all
Depends: python3,
python3-simplejson,
whois,
${misc:Depends},
${python3:Depends}
Description: Python module for retrieving WHOIS information - Python 3
This Python wrapper for the "whois" command has a simple interface to access
parsed WHOIS data for a given domain.
.
It is able to extract data for many of the popular TLDs (com, org, net, biz,
info, pl, jp, uk, nz, ...) and queries WHOIS servers directly instead of
going through an intermediate web service.
.
This package provides Python 3 module bindings only.
|