Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uber/clay

Clay is a framework for building RESTful backend services using best practices. It’s a wrapper around Flask.
https://github.com/uber/clay

Last synced: 3 months ago
JSON representation

Clay is a framework for building RESTful backend services using best practices. It’s a wrapper around Flask.

Awesome Lists containing this project

README

        

Clay is a framework for building RESTful backend services using best practices.

It's a wrapper around Flask (http://flask.pocoo.org) along with several convenient, standardized, performance enhanced ways of performing common tasks like sending email and connecting to a database.

Clay is available under the MIT License.
Documentation is available at http://clayframework.com/

Git repository: https://github.com/uber/clay.git
Install via PyPI: pip install clay-flask