Metadata-Version: 2.1
Name: djackal
Version: 0.0.1.dev21
Summary: extension of Django REST Framework
Home-page: https://github.com/jrog612/djackal
License: MIT
Author: jrog
Author-email: jrog612@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: djangorestframework (>=3.0.0,<4.0.0)
Project-URL: Repository, https://github.com/jrog612/djackal
Description-Content-Type: text/markdown

# Djackal, Django Rest Framework extension

[![version badge](https://badge.fury.io/py/djackal.svg)](https://badge.fury.io/py/djackal)

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

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

## Installation

    pip install djackal

