fastapi-inject

A simple tool to enhance FastAPI's 'Depends' functionality. Enables usage of 'Depends' outside of endpoints or sub-dependencies.


Keywords
fastapi, dependency, injection
License
MIT
Install
pip install fastapi-inject==0.4.3

Documentation

FastAPI Inject

Tests status Test coverage PyPI - Version PyPI - Downloads PyPI - Python Version GitHub License


A simple tool to enhance FastAPI's 'Depends' functionality. Enables usage of 'Depends' outside of endpoints or sub-dependencies.