Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.08 KB

README.md

File metadata and controls

37 lines (30 loc) · 2.08 KB

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