Metadata-Version: 2.5
Name: toon-django
Version: 0.0.1
Summary: Token-Oriented Object Notation for Django applications
Project-URL: Documentation, https://github.com/hartungstenio/toon-django#readme
Project-URL: Issues, https://github.com/hartungstenio/toon-django/issues
Project-URL: Source, https://github.com/hartungstenio/toon-django
Author-email: Christian Hartung <6785871+hartungstenio@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Framework :: Django :: 6.1
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: django>=5.2
Requires-Dist: toon-format>=0.9.0b1
Requires-Dist: typing-extensions; python_version < '3.12'
Provides-Extra: dmr
Requires-Dist: django-modern-rest; extra == 'dmr'
Provides-Extra: drf
Requires-Dist: djangorestframework; extra == 'drf'
Description-Content-Type: text/markdown

# toon-django

[![PyPI - Version](https://img.shields.io/pypi/v/toon-django.svg)](https://pypi.org/project/toon-django)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/toon-django.svg)](https://pypi.org/project/toon-django)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install toon-django
```

## License

`toon-django` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
