8000 GitHub - Neoteroi/essentials: General purpose classes and functions.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Neoteroi/essentials

Repository files navigation

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
0