IABSD.fr/ports/net/py-publicsuffix2

Branch :


Log

Author Commit Date CI Message
10eb85ee 2025-10-23 13:20:05 remove MODPY_COMMENT from PLISTs, no longer needed
a4770540 2024-12-21 11:38:32 handle py3.12 switchover in net
b92ad5a6 2024-08-24 07:23:40 py-publicsuffix2: seems that py-requests is a BDEP as well, not just an RDEP. found by tb.
0dd9547c 2024-08-22 13:14:39 import ports/net/py-publicsuffix2, from Kirill Korinsky, tweak/ok daniel@ This module allows you to get the public suffix, as well as the registrable domain, of a domain name using the Public Suffix List from http://publicsuffix.org A public suffix is a domain suffix under which you can register domain names, or under which the suffix owner does not control the subdomains. Some examples of public suffixes in the former example are ".com", ".co.uk" and "pvt.k12.wy.us"; examples of the latter case are "github.io" and "blogspot.com". The public suffix is sometimes referred to as the effective or extended TLD (eTLD). 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. It is also used in a wide range of research and applications that leverages Domain Name System (DNS) data.