Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.79 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.79 KB

Pyfunctools

Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python, bringing functional and object-oriented programming methods.

Pytest Actions Status Documentation Status Python versions downloads PyPI version GitHub stars Open Source Helpers Say Thanks!

Instalation

Via PIP (recommended):

pip install pyfunctools

Via GitHub:

git clone https://github.com/natanfeitosa/pyfunctools.git && cd pyfunctools && pip install .