Metadata-Version: 1.1
Name: create-api-django
Version: 0.4.0
Summary: Django Rest Framework Boilerplate to easily create APIs
Home-page: https://github.com/matfire/create-api-django
Author: Matteo Gassend
Author-email: mgassend@gmail.com
License: MIT license
Description: =================
        create-api-django
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/create-api-django.svg
                :target: https://pypi.python.org/pypi/create-api-django
        
        
        .. image:: https://img.shields.io/travis/com/matfire/create-api-django.svg
        	:alt: Travis (.com)
        	:target: https://travis-ci.com/matfire/create-api-django
        
        
        .. image:: https://readthedocs.org/projects/create-api-django/badge/?version=latest
                :target: https://create-api-django.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/matfire/create-api-django/shield.svg
             :target: https://pyup.io/repos/github/matfire/create-api-django/
             :alt: Updates
        
        
        
        Django Rest Framework Boilerplate to easily create APIs
        
        
        * Free software: MIT license
        * Documentation: https://create-api-django.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-10-06)
        ------------------
        
        * First release on PyPI.
        
        0.2.0 (2018-10-14)
        ------------------
        
        * Second release on PyPI
        
        0.3.0 (2018-10-14)
        ------------------
        
        * Fixed command line argument
        
        
        0.4.0 (2018-10-15)
        ------------------
        
        * A new django project is now created
Keywords: create_api_django
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
