Skip to content

PrajwalaY26/foss42-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foss42

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)

PyPI PyPI - Python Version

Core Python library for foss42 Open Source APIs.

This project is participating in GSSoC 2024.

gssoc-logo-1

Table of Contents

  • Installation
  • Available Functions
  • Usage Example
  • Contributing
  • License

Installation

pip3 install foss42

Available Functions

See the full list of available functions here.

Usage Example

>>> import foss42.text.humanize as hz
>>> hz.humanize_bytes(1126,
                      2,
                      prefix = True,
                      trailing_zeros = True)
>>> '1.10 kilobytes'

Contributing

Contributors should go through the Contributing Guide to learn how to setup development environment, raise an issue and send across a PR.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Packages

No packages published

Languages

  • Python 100.0%