Source: tldextract
Maintainer: Ana Custura <ana@netstat.org.uk>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-idna,
               python3-requests,
               python3-requests-file,
               python3-nose,
               python3-responses,
               python3-pytest,
               python3-pytest-mock,
	       python3-setuptools-scm,
               python3-filelock
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tldextract
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tldextract.git
Homepage: https://github.com/john-kurkowski/tldextract
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-tldextract
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: publicsuffix
Description: Python library for separating TLDs
 tldextract accurately separates the gTLD or ccTLD (generic or country code
 top-level domain) from the registered domain and subdomains of a URL. By
 default, this package supports the public ICANN TLDs and their exceptions,
 with optional support for the Public Suffix List's private domains as well.
 .
 This package installs the library for Python 3.

Package: tldextract
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-tldextract (= ${binary:Version})
Description: Python tool for separating TLDs
 tldextract accurately separates the gTLD or ccTLD (generic or country code
 top-level domain) from the registered domain and subdomains of a URL. By
 default, this package supports the public ICANN TLDs and their exceptions,
 with optional support for the Public Suffix List's private domains as well.
 .
 This package installs the tool for Python 3.
