From 5d53e4c525526f2f01e8e3d0e9520ffdc4da7f9e Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Wed, 1 Jul 2015 11:29:20 -0400 Subject: [PATCH] Added ripozo to RESTful APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b63582e..a6d611ee 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems. * [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie. * [savory-pie](https://github.com/RueLaLa/savory-pie/) - REST API building library (django, and others) +* [ripozo](https://github.com/vertical-knowledge/ripozo) - A tool for quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django ## Authentication