HENRYMARTIN5 / betterlib

A useful collection of various tools and libraries for anyone to use in their projects.

Home Page:https://henrymartin5.github.io/betterlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability PyPI PyPI - Downloads PyPI - License PyPI - Python Version GitHub commit activity GitHub issues GitHub Repo stars

___.           __    __               .__  ._____.    
\_ |__   _____/  |__/  |_  ___________|  | |__\_ |__  
 | __ \_/ __ \   __\   __\/ __ \_  __ \  | |  || __ \ 
 | \_\ \  ___/|  |  |  | \  ___/|  | \/  |_|  || \_\ \
 |___  /\___  >__|  |__|  \___  >__|  |____/__||___  /
     \/     \/                \/                   \/ 

BetterLib is a useful collection of utilities for Python developers to use in their projects. It is licensed under the Unlicense, so you can use it in any project, commercial or otherwise, without any restrictions whatsoever. (Yes, that means you can steal any part of it and pass it off as your own. I won't judge.)

Installation

BetterLib is available on PyPI, so you can install it with pip:

pip install betterlib

Keep in mind that since BetterLib is still in development, new versions come out often and may break your pre-existing code.

Usage

BetterLib is split into several modules, each of which contains a collection of related utilities. You can import the entire library, or just the modules you need.

# Import the entire library...
import betterlib
# or import just the modules you need.
from betterlib import logging, config, quik...

Modules

See the documentation.

Contributing

See contributing.

About

A useful collection of various tools and libraries for anyone to use in their projects.

https://henrymartin5.github.io/betterlib/

License:The Unlicense


Languages

Language:Python 99.3%Language:Shell 0.7%