Is there a python library that displays sizes in human readable form (i.e. 2048 => 2KiB) and is translated in many languages and is well maintained ? I found a zillion of them on pypi in various state of deprecation, most of them with no localization at all. I must admit it is not the most exciting library to maintain ;-)
#python #localization