aboutsummaryrefslogtreecommitdiff
path: root/python/URLObject/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-08 23:57:06 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:41:59 +0700
commitf792a16f92d527e400010458765d16e84c2a1f55 (patch)
tree539db89dfa8c0af1fcc5be8a9d77c1c323f66504 /python/URLObject/README
parentf0ddaa0e3de6dfff50853b0ee337bb644abdb940 (diff)
python/python3-urlobject: renamed from URLObject for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/URLObject/README')
-rw-r--r--python/URLObject/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/URLObject/README b/python/URLObject/README
deleted file mode 100644
index cc6220c9fb..0000000000
--- a/python/URLObject/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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.