summaryrefslogtreecommitdiffstats
path: root/libraries/hurry-filesize/README
blob: 56385d770e86a1c5135dfcd7267237da258c0c3e (plain)
1
2
3
4
5
6
A simple Python library for human readable file sizes (or anything
sized in bytes).

hurry-filesize is 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.