summaryrefslogtreecommitdiffstats
path: root/libraries/hurry-filesize/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-04 11:31:24 +0100
committer Erik Hanson2014-02-08 18:10:09 +0100
commitc8c4faa08cd989df29d4348654183704a109cfc4 (patch)
tree72fb7c3967ba482c317d594f61ed4d613bd51e0c /libraries/hurry-filesize/README
parented1492c8f5e8aefbdc685fd290d186fac24b91a4 (diff)
downloadslackbuilds-c8c4faa08cd989df29d4348654183704a109cfc4.tar.gz
libraries/hurry-filesize: Added (Python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hurry-filesize/README')
-rw-r--r--libraries/hurry-filesize/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/hurry-filesize/README b/libraries/hurry-filesize/README
new file mode 100644
index 0000000000..e66ff382df
--- /dev/null
+++ b/libraries/hurry-filesize/README
@@ -0,0 +1,5 @@
+A simple Python library for human readable file sizes
+(or anything sized in bytes).
+hurry.filesize a simple Python library that can take a number of bytes
+and returns a human-readable string with the size in it, in kilobytes (K),
+megabytes (M), etc.