Metadata-Version: 2.1
Name: django-rapidapi
Version: 0.1.0.dev0
Summary: Django API extension
Home-page: https://github.com/antonrh/django-apirouter
License: MIT
Keywords: django,api,rest
Author: Anton Ruhlov
Author-email: antonruhlov@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: django (>=3.1,<4.0)
Requires-Dist: mkdocs-material[docs] (>=5.5.9,<6.0.0)
Requires-Dist: mkdocs[docs] (>=1.1.2,<2.0.0)
Project-URL: Repository, https://github.com/antonrh/django-apirouter
Description-Content-Type: text/markdown

# Django RapidAPI (in progress)

Django Rapid API extension.

*Inspired by [FastAPI](https://fastapi.tiangolo.com/) and [Django Rest Framework](https://www.django-rest-framework.org/).*

![tests](https://github.com/antonrh/django-radidapi/workflows/tests/badge.svg)
[![codecov](https://codecov.io/gh/antonrh/django-radidapi/branch/master/graph/badge.svg)](https://codecov.io/gh/antonrh/django-radidapi)
[![Documentation Status](https://readthedocs.org/projects/django-radidapi/badge/?version=latest)](https://django-radidapi.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![version](https://img.shields.io/pypi/v/django-radidapi.svg)](https://pypi.org/project/django-radidapi/)
[![license](https://img.shields.io/pypi/l/django-radidapi)](https://github.com/antonrh/django-radidapi/blob/master/LICENSE)

---

Documentation: https://django-rapidapi.readthedocs.io/

---

## Installing

Install using `pip`:

```bash
pip install django-radidapi
```

## TODO:

* Documentation
* OpenAPI support (Swagger, ReDoc)
* Pydantic support
* Async views support (with Django 3.1)
* etc.

