Skip to content

A lightweight python library for dependency injection

License

Notifications You must be signed in to change notification settings

paolo-projects/tinyioc

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages