From 509507655ceaf05ee6d9a85dfc757cbafde1657f Mon Sep 17 00:00:00 2001 From: Reuben Cummings Date: Wed, 22 Oct 2014 10:44:40 +0300 Subject: [PATCH] Add flask-restless Flask-Restless provides simple generation of ReSTful APIs for database models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated APIs send and receive messages in JSON format. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19031bb..f3fc512 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-formapi](https://github.com/5monkeys/django-formapi) - Create JSON APIs with HMAC authentication and Django form-validation. * [flask-api](http://www.flaskapi.org/) - An implementation of the same web browsable APIs that django-rest-framework provides. * [flask-restful](http://flask-restful.readthedocs.org/) - An extension for Flask that adds support for quickly building REST APIs. +* [flask-restless](https://flask-restless.readthedocs.org/en/latest/) - A Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy). * [flask-api-utils](https://github.com/marselester/flask-api-utils) - Flask extension that takes care of API representation and authentication. * [falcon](http://falconframework.org/) - A high-performance Python framework for building cloud APIs and web app backends. * [eve](https://github.com/nicolaiarocci/eve) - REST API framework powered by Flask, MongoDB and good intentions.