File: control

package info (click to toggle)
python-whois 0.7-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: python: 365; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 1,720 bytes parent folder | download
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
49
50
Source: python-whois
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.3
Homepage: https://github.com/DDarko/python-whois/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Browser: https://salsa.debian.org/hle/python-whois
Vcs-Git: https://salsa.debian.org/hle/python-whois.git

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.