Skip to content
/ utilp Public

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

License

Notifications You must be signed in to change notification settings

shaypal5/utilp

Repository files navigation

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).

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages