From 2e3c1d4ffbd809cace00737fd12e99ac2d4f3822 Mon Sep 17 00:00:00 2001 From: Tyr Chen Date: Tue, 11 Aug 2015 14:38:25 -0700 Subject: [PATCH] add python eve as it is a great restful api framework for python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7843a60..536d2ae 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [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). +* [Python Eve](http://python-eve.org/) - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. ### Ruby