From b0ea85c803d67243d8a51ffa8de27e0bbedb83dc Mon Sep 17 00:00:00 2001 From: Matthew Makai Date: Thu, 10 Jul 2014 08:43:27 -0400 Subject: [PATCH] adding restless API library and Full Stack Python to list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd0f8783..d6185475 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ long, literate-programming-style documentation generator. * [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. +* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie. ## Authentication and OAuth @@ -852,6 +853,7 @@ Where to discover new Python libraries. * [Trending Python repositories on GitHub today](https://github.com/trending?l=python) - Good place to find new Python libraries. * [List of Python API Wrappers](https://github.com/realpython/list-of-python-api-wrappers) - A list of web services along with links to their docs and Python wrappers/libraries. * [Django Packages](https://www.djangopackages.com/) - A directory of reusable apps, sites, tools, and more for Django projects. +* [Full Stack Python](http://www.fullstackpython.com/) - Plain English explanations for every layer of the Python web application stack as well as links to the best resources on those topics from around the web. ## Weekly