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/README | |
parent | f0ddaa0e3de6dfff50853b0ee337bb644abdb940 (diff) |
python/python3-urlobject: renamed from URLObject for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-urlobject/README')
-rw-r--r-- | python/python3-urlobject/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-urlobject/README b/python/python3-urlobject/README new file mode 100644 index 0000000000000..cc6220c9fbc41 --- /dev/null +++ b/python/python3-urlobject/README @@ -0,0 +1,5 @@ +URLObject is a utility class for manipulating URLs. +The latest incarnation of this library builds upon the ideas of its predecessor, +but aims for a clearer API, focusing on proper method names over operator overrides. +It's also being developed from the ground up in a test-driven manner, +and has full Sphinx documentation. |