Skip to content

foss42/foss42-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server Invite

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

foss42

PyPI PyPI - Python Version

Core Python library for foss42 Open Source APIs.

Installation

pip3 install foss42

List of available functions

Link

Usage example

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