Metadata-Version: 2.1
Name: django-jackal
Version: 3.0.3
Summary: extension of Django REST Framework
Home-page: https://github.com/joyongjin/jackal
License: MIT
Author: joyongjin
Author-email: wnrhd114@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
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django (>=3.0.2,<4.0.0)
Requires-Dist: djangorestframework (>=3.11.0,<4.0.0)
Project-URL: Repository, https://github.com/joyongjin/jackal
Description-Content-Type: text/markdown

# Jackal, Django Rest Framework extension

[![version badge](https://badge.fury.io/py/django-jackal.svg)](https://badge.fury.io/py/django-jackal)

![jackal image](https://imgur.com/XnlU8T9.jpg)

> Warning! This project is for personal use. Therefore, there are no documents, and the code changes are arbitrary.

**Jackal** is extension of Django REST Framework(DRF)
that help you easily implement the necessary features on your web backend server.

## Installation

    pip install django-jackal

