injector icon indicating copy to clipboard operation
injector copied to clipboard

Python dependency injection framework, inspired by Guice

Results 64 injector issues
Sort by recently updated
recently updated
newest added
trafficstars

The git tag for version 0.22.0 is missing despite the release being available on PyPi.

Fixing inject Annotated dependencies: https://github.com/python-injector/injector/pull/219#issuecomment-1919403030 @jstasiak

Enabling this workaround is probably as close as a fix for #158 as we'll get on this end.

I tried to inject annotated type into the class via the `@inject` decorator, and the injector injected the default value for the annotated source class. The injector always extracts the...