From 9b42eeef1c5931d1b3c576b69ada286a9cdcb910 Mon Sep 17 00:00:00 2001 From: Marsel Mavletkulov Date: Thu, 3 Jul 2014 10:21:25 +0700 Subject: [PATCH] Add Flask-API-Utils to "RESTful API" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff0a252..04819c9 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps. * [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-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. * [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.