File: control

package info (click to toggle)
python-publicsuffix2 2.20191221-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 560 kB
  • sloc: python: 950; sh: 5; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,387 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
Source: python-publicsuffix2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               publicsuffix,
               python3-all,
               python3-setuptools
Vcs-Git: https://salsa.debian.org/python-team/modules/python-publicsuffix2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-publicsuffix2
Standards-Version: 4.5.0
Homepage: https://pypi.python.org/pypi/publicsuffix2

Package: python3-publicsuffix2
Architecture: all
Depends: publicsuffix,
         python3-pkg-resources,
         ${misc:Depends},
         ${python3:Depends}
Description: Python3 module to get a domain suffix using the Public Suffix List
 This Python3 module allows you to get the public suffix of a domain name
 using the Public Suffix List from http://publicsuffix.org.
 .
 A public suffix is one under which Internet users can directly register
 names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
 Accurately knowing the public suffix of a domain is useful when handling
 web browser cookies, highlighting the most important part of a domain name
 in a user interface or sorting URLs by web site.
 .
 This module replaces the deprecated python3-publicsuffix package.