Provides a multi-step dependency injection container builder to allow adding/recreating object graphs in different stages through an app life-cycle
- Offering a container builder, so one can dynamically build the object graph with many apps adding their specs, classes, modules
- Dependency Injection Container (pinject)
- Python 3.6+
A Python 3.6+ interpreter is required in addition to pipenv.
$ make init
Now you're ready to run the tests:
$ make test