Source: python-publicsuffix
Maintainer: Evgeni Golov <evgeni@debian.org>
Section: python
Priority: optional
Build-Depends: python3-all, dh-python, debhelper (>= 7.0.50~), publicsuffix, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/publicsuffix
Vcs-Git: git://anonscm.debian.org/collab-maint/python-publicsuffix.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-publicsuffix.git

Package: python3-publicsuffix
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, publicsuffix, python3-pkg-resources
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.
