paolo-projects / tinyioc

A lightweight python library for dependency injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyIOC

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

Install it from pypi:

pip install tinyioc

Documentation

Read the docs here: https://tinyioc.readthedocs.io/en/latest/

License

This library is licensed under MIT license: more info here

About

A lightweight python library for dependency injection

License:MIT License


Languages

Language:Python 100.0%