foss42-core
foss42-core copied to clipboard
Core library of our APIs
This project is participating in GSSoC 2024.
Contributors should go through the Contributing Guide to learn how to setup development environment, raise an issue and send across a PR.
foss42
Core Python library for foss42 Open Source APIs.
Installation
pip3 install foss42
List of available functions
Usage example
>>> import foss42.text.humanize as hz
>>> hz.humanize_bytes(1126,
2,
prefix = True,
trailing_zeros = True)
>>> '1.10 kilobytes'