Metadata-Version: 1.1
Name: django-easy-rest
Version: 3.1
Summary: A simple Django app to create rest applications
Home-page: https://github.com/jonatanSh/django-easy-rest/
Author: Jonathan Shimon
Author-email: jonatanshimon@gmail.com
License: MIT License
Description: EASY REST
        =========
        
        Django easy rest is a rest framework with the focus of making
        development faster, it is built on top of the awesome django rest
        framework (drf).
        
        the main purpose of this framework is to give a speed boost to
        developers in rest api fields.
        
        It features a rich and useful debugger, scripts, classes, mixins and
        brings django context to your javascripts
        
        and does much more for you fore more read the docs:
        
        `Read the docs <https://django-easy-rest.readthedocs.io/en/latest/>`__
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
