diff options
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 000000000000..cc6220c9fbc4 --- /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. |