microhttp-restful

A tool-chain for create RESTful web applications.


License
MIT
Install
pip install microhttp-restful==0.8.7

Documentation

microhttp-restful

https://travis-ci.org/meyt/microhttp-restful.svg?branch=master https://coveralls.io/repos/github/meyt/microhttp-restful/badge.svg?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).