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.

Documentation Status Python versions PyPI version GitHub stars

Instalation

Via PIP (recommended):

pip install pyfunctools

Via GitHub:

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

Development

Makefile commands so far only available for linux

make init install development dependencies.

Run make auto_doc when adding a new submodule.

To create the documentation based on the docstrings, just run make gen_docs.

Test the HTML documentation locally with the make server command.

The make all command runs the last two automatically.

GitHub

View Github