Description
Async Python functions can receive dependencies without manual wiring at every call site. This library provides dependency-injection helpers for applications that need to assemble asynchronous services, handlers, or workflows.
It is imported by application code, not opened directly. The package changes how objects are supplied to functions, so maintainers should keep dependency scopes and lifetimes explicit.