File: control

package info (click to toggle)
tldextract 5.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 1,644; makefile: 10
file content (56 lines) | stat: -rw-r--r-- 1,806 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
51
52
53
54
55
56
Source: tldextract
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ana Custura <ana@netstat.org.uk>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 publicsuffix,
 pybuild-plugin-pyproject,
 python3-all,
 python3-filelock,
 python3-idna,
 python3-pytest,
 python3-pytest-mock,
 python3-requests,
 python3-requests-file,
 python3-responses,
 python3-setuptools,
 python3-setuptools-scm,
 python3-syrupy,
Standards-Version: 4.7.2
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-pybuild
X-Style: black

Package: python3-tldextract
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 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-tldextract (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
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.