A lightweight python library for dependency injection. It allows service injection using one decorator on top of your function, and service registration in multiple ways:
- programmatically
- through decorators
- declaratively through modules
Install it from pypi:
pip install tinyioc
Read the docs here: https://tinyioc.readthedocs.io/en/latest/
This library is licensed under MIT license: more info here