summaryrefslogtreecommitdiffstats
path: root/python/URLObject/README
diff options
context:
space:
mode:
author Yth - Arnaud2019-10-23 18:10:04 +0200
committer Willy Sudiarto Raharjo2019-10-23 18:10:04 +0200
commita2591c7b95bae39f1f75ba251b9a8bbf919d3d5a (patch)
tree3dc9c6816a9efa64ffc218cb790bc383d6b1c14b /python/URLObject/README
parentd600a9d210c68012fc6912df37b641ae0f0bf574 (diff)
downloadslackbuilds-a2591c7b95bae39f1f75ba251b9a8bbf919d3d5a.tar.gz
python/URLObject: Added (utility class for manipulating URLs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/URLObject/README')
-rw-r--r--python/URLObject/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/URLObject/README b/python/URLObject/README
new file mode 100644
index 0000000000..cc6220c9fb
--- /dev/null
+++ b/python/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.