From b9754451bc2846bd5c3703a637c41bc609e3a7d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Fri, 25 Jul 2014 13:57:44 -0300 Subject: [PATCH] Add zipa magic pythonic REST client (RESTful API) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 361c6063..751cc541 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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. * [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie. +* [zipa](https://github.com/vtemian/zipa) - Magic pythonic REST client ## Authentication and OAuth