Metadata-Version: 2.1
Name: fastapi-inject
Version: 0.4.3
Summary: A simple tool to enhance FastAPI's 'Depends' functionality. Enables usage of 'Depends' outside of endpoints or sub-dependencies.
Home-page: https://github.com/Chobshaw/fastapi-inject
License: MIT
Keywords: fastapi,dependency injection
Author: Chobshaw
Author-email: cameron.helsby@live.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: asyncer (>=0.0.4,<0.0.5)
Requires-Dist: fastapi (>=0.109.0,<0.110.0)
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Project-URL: Repository, https://github.com/Chobshaw/fastapi-inject
Description-Content-Type: text/markdown

# FastAPI Inject

[![Tests status](https://github.com/Chobshaw/FastAPI-Inject/actions/workflows/test.yml/badge.svg)](https://github.com/Chobshaw/FastAPI-Inject/actions/workflows/test.yml)
[![Test coverage](https://coverage-badge.samuelcolvin.workers.dev/chobshaw/fastapi-inject.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/chobshaw/fastapi-inject)
[![PyPI - Version](https://img.shields.io/pypi/v/fastapi-inject?color=blue)](https://pypi.org/project/fastapi-inject)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/fastapi-inject?color=blue)](https://pepy.tech/project/fastapi-inject)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapi-inject)](https://pypi.org/project/fastapi-inject)
[![GitHub License](https://img.shields.io/github/license/Chobshaw/FastAPI-Inject?color=blue)](https://github.com/Chobshaw/FastAPI-Inject/blob/main/LICENSE)

---

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

