Metadata-Version: 1.1
Name: benchmark-django-rest-framework
Version: 1.0.0
Summary: A framework developing Django Rest API most efficiently.
Home-page: https://github.com/hqsh/benchmark-django-rest-framework
Author: Huang Qiangsheng
Author-email: hqsh@live.cn
License: UNKNOWN
Description: Benchmark Django Rest Framework is a framework based on Django Rest Framework. It supports a fairly efficient
        way to develop Django Rest API. By default, only two-line python codes can create a powerful Django Rest API
        view. It supports complex and various HTTP requests to search / add / update / delete the models in a most easy
        way. And this framework also has a most important feature that the keywords defined in it are so familiar to
        you, if you are good at Django. Because this keywords is same as the keywords or names of functions in Django.
        Therefore, you can know how to use the framework quickly.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
