diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-04 06:15:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:32 +0700 |
commit | 0dd2c1c129d01be788d41aa1efab89fd907ffe7a (patch) | |
tree | e0e4343ef2303bc2f2cb9d7f37f08397410f6650 /python/python3-rfc3986/slack-desc | |
parent | 007b77d3fab050cd141a5ab923edd4f994e9786e (diff) |
python/python3-rfc3986: Added (validation and authority parsing)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rfc3986/slack-desc')
-rw-r--r-- | python/python3-rfc3986/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-rfc3986/slack-desc b/python/python3-rfc3986/slack-desc new file mode 100644 index 000000000000..7e649caab955 --- /dev/null +++ b/python/python3-rfc3986/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-rfc3986: python3-rfc3986 (Python impl. incl. validation and authority parsing) +python3-rfc3986: +python3-rfc3986: A Python implementation of RFC 3986 including validation and authority +python3-rfc3986: parsing. +python3-rfc3986: +python3-rfc3986: +python3-rfc3986: +python3-rfc3986: +python3-rfc3986: Homepage: https://github.com/python-hyper/rfc3986 +python3-rfc3986: +python3-rfc3986: |