summaryrefslogtreecommitdiffstats
path: root/libraries/zbase32/README
diff options
context:
space:
mode:
author Marco Bonetti2010-04-17 03:59:26 +0200
committer David Somero2010-05-15 10:38:09 +0200
commit55eb598e5a8646225f5f52c4b09fda21e4e0120b (patch)
tree34e2ab8b7d00fca35eda82fc057fba8316883111 /libraries/zbase32/README
parent9c03b99a0ab506fb6829cc79320387a348de1aa3 (diff)
downloadslackbuilds-55eb598e5a8646225f5f52c4b09fda21e4e0120b.tar.gz
libraries/zbase32: Added (Python base32 encoder/decoder)
Diffstat (limited to 'libraries/zbase32/README')
-rw-r--r--libraries/zbase32/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/zbase32/README b/libraries/zbase32/README
new file mode 100644
index 0000000000..a53253163d
--- /dev/null
+++ b/libraries/zbase32/README
@@ -0,0 +1,4 @@
+zbase32 is an alternate base32 encoder (not RFC 3548 compliant).
+
+This package requires pysetuptools and pyutil. Note that the last one is a
+circular dependency, however it will only be needed at runtime.