diff options
Diffstat (limited to 'python/pyutil/README')
-rw-r--r-- | python/pyutil/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pyutil/README b/python/pyutil/README new file mode 100644 index 0000000000..f206473186 --- /dev/null +++ b/python/pyutil/README @@ -0,0 +1,4 @@ +A collection of functions and data structures from allmydata.org. + +This package requires pysetuptools, argparse and zbase32. Note that the +last one is a circular dependency, however it will only be needed at runtime. |