utilp

Shay Palachy's personal common Python 3 utility functions and classes.


Keywords
utility
License
MIT
Install
pip install utilp==0.0.10

Documentation

utilp

PyPI-Status PyPI-Versions Build-Status Codecov LICENCE

Shay Palachy's personal common Python 3 utility functions and classes.

>>> from utilp.classes import Bunch
>>> bunch = Bunch()
>>> bunch.a = 5
>>> print(bunch.a)
5

Installation

Install utilp with:

pip install utilp

Credits

Created by Shay Palachy (shay.palachy@gmail.com).