Skip to content

General purpose classes and functions.

License

Notifications You must be signed in to change notification settings

tyzhnenko/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

About

General purpose classes and functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%