Core Python library for foss42 Open Source APIs. This library provides a set of utility functions for data conversion, validation, generation, transformation, machine learning, business intelligence, visualization, charts, language graphs, data mapping, and more.
!Discord Server Invite](https://discord.gg/2s49SCNfyJ)
Core Python library for foss42 Open Source APIs.
This project is participating in GSSoC 2024.
- Installation
- Available Functions
- Usage Example
- Contributing
- License
pip3 install foss42
See the full list of available functions here.
>>> import foss42.text.humanize as hz
>>> hz.humanize_bytes(1126,
2,
prefix = True,
trailing_zeros = True)
>>> '1.10 kilobytes'
Contributors should go through the Contributing Guide to learn how to setup development environment, raise an issue and send across a PR.
This project is licensed under the Apache License. See the LICENSE file for details.