summaryrefslogtreecommitdiffstats
path: root/python/python3-publicsuffix2/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-publicsuffix2/README')
-rw-r--r--python/python3-publicsuffix2/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-publicsuffix2/README b/python/python3-publicsuffix2/README
new file mode 100644
index 0000000000..c87786ad81
--- /dev/null
+++ b/python/python3-publicsuffix2/README
@@ -0,0 +1,12 @@
+Get a public suffix for a domain name using the Public Suffix List.
+Forked from and using the same API as the publicsuffix package.
+
+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”.