From a9f469e88b6a51732c7f0a674f3446c58d8a545c Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Tue, 1 Jul 2014 16:41:12 -0500 Subject: [PATCH] Update README.md: Add cornice REST framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b14450f..af2cb502 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for developing RESTful APIs.* +* [cornice](https://cornice.readthedocs.org/en/latest/) - A REST framework for Pyramid * [django-rest-framework](http://www.django-rest-framework.org/) - A powerful and flexible toolkit that makes it easy to build Web APIs. * [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.