Contributors should go through the Contributing Guide to learn how to setup development environment, raise an issue and send across a PR.
Core Python library for foss42 Open Source APIs.
pip3 install foss42
>>> import foss42.text.humanize as hz
>>> hz.humanize_bytes(1126,
2,
prefix = True,
trailing_zeros = True)
>>> '1.10 kilobytes'