rocore

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


Keywords
core, utilities, common
License
MIT
Install
pip install rocore==1.0.8

Documentation

Build status pypi Test coverage

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

Features:

Installation

pip install rocore

Documentation

Please refer to documentation in the project wiki: https://github.com/RobertoPrevato/rocore/wiki.

Develop and run tests locally

pip install -r requirements.txt

# run tests using automatic discovery:
pytest

# with code coverage:
make testcov