Source: python-whois
Section: python
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: debhelper (>= 9), python-all, python3-all
Standards-Version: 3.9.5
Homepage: https://code.google.com/p/python-whois/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-whois.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-whois.git;a=summary
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-whois
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, whois, python, python-simplejson
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: ${misc:Depends}, ${python3:Depends}, whois, python3, python3-simplejson
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.
