Metadata-Version: 2.1
Name: django-api-decorator
Version: 0.1.6
Summary: A collection of tools to build function based Django APIs
Home-page: https://github.com/kolonialno/django-api-decorator
License: MIT
Author: Oda
Author-email: tech@oda.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Django (>=3)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Project-URL: Repository, https://github.com/kolonialno/django-api-decorator
Description-Content-Type: text/markdown

<h1 align="center">
  Django API Decorator
</h1>

<p align="center">
  A collection of tools to build function based Django APIs.
</p>

> **Warning**
> This project is still in early development. Expect breaking changes.

## Installation

Django API Decorator can be installed from
[PyPI](https://pypi.org/project/django-api-decorator):

`pip install django-api-decorator`

