An open API service indexing awesome lists of open source software.

https://github.com/gabrielcnr/mininject

Minimalistic / lightweight dependency injection library for Python
https://github.com/gabrielcnr/mininject

Last synced: 3 months ago
JSON representation

Minimalistic / lightweight dependency injection library for Python

Awesome Lists containing this project

README

        

# mininject
Minimalistic / lightweight dependency injection library for Python

It does not require importing modules ahead of time for wiring the injected dependencies.

That can be done lazily / on-demand. The dependency resolution is given by simple lookups on containers with `Injectable` dependencies.