From a2591c7b95bae39f1f75ba251b9a8bbf919d3d5a Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Wed, 23 Oct 2019 23:10:04 +0700 Subject: python/URLObject: Added (utility class for manipulating URLs). Signed-off-by: Willy Sudiarto Raharjo --- python/URLObject/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/URLObject/README (limited to 'python/URLObject/README') 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. -- cgit v1.2.3