summaryrefslogtreecommitdiff
path: root/www/py-URLObject/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-15 18:37:02 +0000
committerwiz <wiz>2015-07-15 18:37:02 +0000
commite4c6790be6c0560f26a4cbc0d4697e28c61134e4 (patch)
treeb4ead0993b069825f4693963d5e64313e35934ba /www/py-URLObject/DESCR
parent11e31792e85d8de70e8af83786172216c00437dd (diff)
downloadpkgsrc-e4c6790be6c0560f26a4cbc0d4697e28c61134e4.tar.gz
Import py34-URLObject-2.4.0 as www/py-URLObject.
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.
Diffstat (limited to 'www/py-URLObject/DESCR')
-rw-r--r--www/py-URLObject/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/py-URLObject/DESCR b/www/py-URLObject/DESCR
new file mode 100644
index 00000000000..6f5b54c68c4
--- /dev/null
+++ b/www/py-URLObject/DESCR
@@ -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.