Metadata-Version: 2.3
Name: deps-injection
Version: 1.0.0
Summary: Easy dependency injection
Author-email: Ivan Belyaev <vanobel159@gmail.com>
License: MIT
License-File: LICENSE
Keywords: dependency,di,injection,injector
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Injection

![PyPI - Version](https://img.shields.io/pypi/v/deps-injection?label=pypi%20version)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/deps-injection)

[![Latest Release](https://github.com/nightblure/injection/actions/workflows/publish.yml/badge.svg)](https://github.com/nightblure/injection/actions/workflows/publish.yml)
[![Documentation Status](https://readthedocs.org/projects/injection/badge/?version=latest)](https://injection.readthedocs.io/en/latest/?badge=latest)

[![Tests And Linting](https://github.com/nightblure/injection/actions/workflows/ci.yml/badge.svg)](https://github.com/nightblure/injection/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/nightblure/injection/graph/badge.svg?token=2ZTFBlJqTb)](https://codecov.io/gh/nightblure/injection)

[![GitHub license](https://img.shields.io/github/license/nightblure/injection)](https://github.com/nightblure/injection/blob/main/LICENSE)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

![GitHub Repo stars](https://img.shields.io/github/stars/nightblure/injection)
![PyPI - Downloads](https://img.shields.io/pypi/dm/deps-injection?label=month%20downloads)

![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/nightblure/injection/total?label=total%20downloads)

---

## Features
* support **Python 3.8-3.12**;
* works with **FastAPI, Flask, Litestar** and **Django REST Framework**;
* **no third-party dependencies**;


todo: sonarcloud badges OR codeclimate badge
