summaryrefslogtreecommitdiffstats
path: root/python/purl/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-15 02:53:27 +0100
committer Erik Hanson2014-01-30 06:21:02 +0100
commitebd8c687db448eb5667ec8b42585bc52ba62f1cf (patch)
tree9f445072a031533e2cc7d6cce303069a7edbfde4 /python/purl/README
parente3111c116cd31082fa786a35760ed160e33a51af (diff)
downloadslackbuilds-ebd8c687db448eb5667ec8b42585bc52ba62f1cf.tar.gz
python/purl: Added (An immutable URL class).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/purl/README')
-rw-r--r--python/purl/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/purl/README b/python/purl/README
new file mode 100644
index 0000000000..f952015bcd
--- /dev/null
+++ b/python/purl/README
@@ -0,0 +1,4 @@
+An immutable URL class for easy URL-building and manipulation.
+
+A simple, immutable URL class with a clean API for interrogation
+and manipulation. Supports Python 2.6, 2.7 and 3.3.