Light and intuitive Dependency Injection Library for pyEchoNext Project
Explore the docs »
Getting Started
·
Basic Usage
·
Documentation
·
License
Light and intuitive Dependency Injection Library for pyEchoNext Project.
To test the library, PyTest with the pytest-cov plugin is used. You can look at the tests in tests directory
Statements | Miss | Coverage |
---|---|---|
117 | 10 | 91% |
- SQLSymphony - simple and fast ORM in sqlite (and you can add other DBMS)
- Burn-Build - simple and fast build system written in python for C/C++ and other projects. With multiprocessing, project creation and caches!
- OptiArch - shell script for fast optimization of Arch Linux
- libnumerixpp - a Powerful C++ Library for High-Performance Numerical Computing
- pycolor-palette - display beautiful log messages, logging, debugging.
- shegang - powerful command interpreter (shell) for linux written in C
EchoNext DI is available on PyPI. Simply install the package into your project environment with PIP:
pip install echonextdi
Once installed, you can start using the library in your Python projects.