Metadata-Version: 2.1
Name: django_jackal
Version: 1.6.4
Summary: Boilerplate for Django and Django REST Framework
Home-page: https://github.com/joyongjin/jackal
Author: Yongjin Jo
Author-email: wnrhd114@gmail.com
License: UNKNOWN
Description: Jackal, the Boilerplate library for Django REST Framework
        -------------------------------------------------------------
        
        .. image:: https://badge.fury.io/py/django-jackal.svg
            :target: https://badge.fury.io/py/django-jackal
        
        .. image:: https://github.com/joyongjin/Jackal/raw/master/images/jackal.jpg
            :width: 720px
            :align: center
        
        
        **Jackal** is Boilerplate Library based on Django and Django REST Framework(DRF)
        that help you easily implement the necessary features on your web backend server.
        
        Installation
        ===============
        
        .. code::
        
            pip install django-jackal
        
        
        Document
        ============
        
        See wiki_ for details.
        
        .. _wiki: https://github.com/joyongjin/jackal/wiki
        
        Test
        ============
        
        .. code::
        
            python runtests.py tests
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
