Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uber/clay
- Owner: uber
- License: other
- Created: 2012-11-28T19:36:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T05:03:24.000Z (about 1 year ago)
- Last Synced: 2024-07-15T15:38:48.414Z (4 months ago)
- Language: Python
- Homepage: http://clayframework.com/
- Size: 137 KB
- Stars: 447
- Watchers: 2,715
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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