summaryrefslogtreecommitdiffstats
path: root/libraries/hurry-filesize/README
diff options
context:
space:
mode:
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.