Metadata-Version: 2.3
Name: anydi-django
Version: 0.3.0
Summary: Add your description here
Requires-Dist: anydi>=0.56.0
Requires-Dist: django>=4.2
Requires-Dist: django-ninja>=1.1.0,<2 ; extra == 'ninja'
Requires-Python: >=3.10
Provides-Extra: ninja
Description-Content-Type: text/markdown

# AnyDI Django

<section align="center">

<i>AnyDI Django extension.</i>

<p>
  <a href="https://github.com/antonrh/anydi_django/actions/workflows/ci.yml" target="_blank">
    <img src="https://github.com/antonrh/anydi-django/actions/workflows/ci.yml/badge.svg" alt="Build Status">
  </a>
  <a href="https://codecov.io/gh/antonrh/anydi-django" target="_blank">
    <img src="https://codecov.io/gh/antonrh/anydi-django/branch/main/graph/badge.svg?token=67CLD19I0C" alt="Coverage Status">
  </a>
  <a href="https://anydi.readthedocs.io/en/stable/extensions/django/?badge=latest" target="_blank">
    <img src="https://anydi.readthedocs.io/en/stable/extensions/django/badge/?version=latest" alt="Documentation Status">
  </a>
</p>

</section>

---

## 📘 Overview

**AnyDI Django** is an official extension for integrating [AnyDI](https://github.com/antonrh/anydi) — a lightweight dependency injection framework — into Django projects.

---

## 📖 Documentation

Full documentation is available here:

🔗 [https://anydi.readthedocs.io/en/stable/extensions/django/](https://anydi.readthedocs.io/en/stable/extensions/django/)

---

## ⚙️ Installation

Install `AnyDI` for `Django`:

```bash
pip install anydi-django
```

Or install with Django Ninja integration:

```bash
pip install anydi-django[ninja]
```
