diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 23:57:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 12:41:59 +0700 |
commit | f792a16f92d527e400010458765d16e84c2a1f55 (patch) | |
tree | 539db89dfa8c0af1fcc5be8a9d77c1c323f66504 /python/python3-urlobject/slack-desc | |
parent | f0ddaa0e3de6dfff50853b0ee337bb644abdb940 (diff) | |
download | slackbuilds-f792a16f92d527e400010458765d16e84c2a1f55.tar.gz |
python/python3-urlobject: renamed from URLObject for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-urlobject/slack-desc')
-rw-r--r-- | python/python3-urlobject/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-urlobject/slack-desc b/python/python3-urlobject/slack-desc new file mode 100644 index 0000000000..9a7715e53b --- /dev/null +++ b/python/python3-urlobject/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-urlobject: python3-urlobject (utility class for manipulating URLs) +python3-urlobject: +python3-urlobject: The latest incarnation of this library builds upon the ideas of its +python3-urlobject: predecessor, but aims for a clearer API, focusing on proper method +python3-urlobject: names over operator overrides. +python3-urlobject: +python3-urlobject: It's also being developed from the ground up in a test-driven manner, +python3-urlobject: and has full Sphinx documentation. +python3-urlobject: +python3-urlobject: +python3-urlobject: |