diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 08:53:27 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:02 -0600 |
commit | ebd8c687db448eb5667ec8b42585bc52ba62f1cf (patch) | |
tree | 9f445072a031533e2cc7d6cce303069a7edbfde4 /python/purl/README | |
parent | e3111c116cd31082fa786a35760ed160e33a51af (diff) | |
download | slackbuilds-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/README | 4 |
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. |