< cd ../gallery
[DevTools]
fastapi-injectable
A seamless solution for using FastAPI's dependency injection system outside of route handlers, enabling painless reuse of dependencies in CLI tools, background tasks, and other non-HTTP contexts.
@JasperSui
maintainer
★ 295 stars
# README
A seamless solution for using FastAPI's dependency injection system outside of route handlers, enabling painless reuse of dependencies in CLI tools, background tasks, and other non-HTTP contexts. Maintained by JasperSui on GitHub, where it has earned 295 stars from the community.
It's actively developed around background-tasks, celery, clean-architecture, and is a solid reference for anyone building with these tools.
# tags
# install
npm install fastapi-injectablemore FastAPI repos