From 0dd2c1c129d01be788d41aa1efab89fd907ffe7a Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 4 May 2022 06:15:17 +0100 Subject: python/python3-rfc3986: Added (validation and authority parsing) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-rfc3986/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-rfc3986/README (limited to 'python/python3-rfc3986/README') diff --git a/python/python3-rfc3986/README b/python/python3-rfc3986/README new file mode 100644 index 0000000000..d303261571 --- /dev/null +++ b/python/python3-rfc3986/README @@ -0,0 +1,5 @@ +python3-rfc3986 (Python impl. incl. validation and authority parsing) + +A Python implementation of RFC 3986 including validation and authority +parsing. + -- cgit v1.2.3