Metadata-Version: 1.1
Name: microhttp-restful
Version: 0.8.6
Summary: A tool-chain for create RESTful web applications.
Home-page: http://github.com/meyt/microhttp-restful
Author: Mahdi Ghanea.g
Author-email: contact@meyti.ir
License: MIT
Description: microhttp-restful
        =================
        
        .. image:: https://travis-ci.org/meyt/microhttp-restful.svg?branch=master
            :target: https://travis-ci.org/meyt/microhttp-restful
        
        .. image:: https://coveralls.io/repos/github/meyt/microhttp-restful/badge.svg?branch=master
            :target: https://coveralls.io/github/meyt/microhttp-restful?branch=master
        
        
        A tool-chain for create RESTful web applications.
        
        Features:
        
        - SQLAlchemy mixins for:
            - Pagination
            - Ordering
            - Filtering
            - SoftDelete
            - Activation
            - Create/Modify datetime
        - HTTP form validation.
        - Automatically transform the SQLAlchemy models
          and queries into JSON with standard naming(camelCase).
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
