yhyu13 / essentials

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%