aboutsummaryrefslogtreecommitdiff
path: root/python/python3-fqdn/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-12-23 08:38:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 08:38:08 +0700
commit2391dbaff370f74ec770aa19990b1571427c8122 (patch)
tree3ac457fe05839ac599f4b16fb54b49769bb956f4 /python/python3-fqdn/README
parent3e48bae280656e77a5cf0dc6ff32540d5f378c7b (diff)
python/python3-fqdn: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fqdn/README')
-rw-r--r--python/python3-fqdn/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-fqdn/README b/python/python3-fqdn/README
new file mode 100644
index 0000000000000..69d0aefe9886e
--- /dev/null
+++ b/python/python3-fqdn/README
@@ -0,0 +1,11 @@
+Python FQDN Fully-Qualified Domain Names
+
+This package validates Fully Qualified Domain Names (FQDNs) conforming
+to the Internet Engineering Task Force specification. The design intent
+is to validate that a string would be traditionally acceptable as a
+public Internet hostname to RFC-conforming software, which is a strict
+subset of the logic in modern web browsers like Mozilla Firefox and
+Chromium that determines whether make a DNS lookup. Configuration
+options can relax constraints so that short hostnames without periods
+or others with underscores will be valid. These relaxations are closer
+to how modern web browsers work.