A library containing a simple dependency injection container that is optimized for web apps.
pip install webdi==0.1.1
This module contains a simple dependency injection container that is optimized for web apps. You define relationships once, and then each request (probably via middleware) receives a container that references the once-defined definition to build memoized services for just that request.
Please note: documentation on this project is currently not provided
make
is the best way to interact with the project.
make install
make test
make coverage