mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c786d2f8a5
Signed-off-by: B. Watson <yalhcru@gmail.com>
6 lines
254 B
Text
6 lines
254 B
Text
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.
|