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: 9 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T05:03:24.000Z (over 2 years ago)
- Last Synced: 2025-05-15T09:41:07.657Z (10 months ago)
- Language: Python
- Homepage: http://clayframework.com/
- Size: 137 KB
- Stars: 450
- Watchers: 2,692
- 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