essentials

General purpose classes and functions, reusable in any kind of Python application


Keywords
core, utilities, common, exceptions
License
MIT
Install
pip install essentials==1.1.5

Documentation

Build pypi versions license codecov

Essentials

Core classes and functions, reusable in any kind of Python application.

$ pip install essentials

Features:

Documentation

Please refer to documentation in the project wiki: https://github.com/Neoteroi/essentials/wiki.

Develop and run tests locally

pip install -r requirements.txt

# run tests using automatic discovery:
pytest

# with code coverage:
make testcov