@@ -496,20 +496,23 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
496496
497497* Libraries for developing RESTful APIs.*
498498
499- * [ django-rest-framework] ( http://www.django-rest-framework.org/ ) - A powerful and flexible toolkit that makes it easy to build Web APIs.
500- * [ django-tastypie] ( http://tastypieapi.org/ ) - Creating delicious APIs for Django apps.
501- * [ django-formapi] ( https://github.com/5monkeys/django-formapi ) - Create JSON APIs with HMAC authentication and Django form-validation.
502- * [ flask-api] ( http://www.flaskapi.org/ ) - Browsable Web APIs for Flask.
503- * [ flask-restful] ( http://flask-restful.readthedocs.org/ ) - An extension for Flask that adds support for quickly building REST APIs.
504- * [ flask-restless] ( https://flask-restless.readthedocs.org/en/latest/ ) - Generating RESTful APIs for database models defined with SQLAlchemy.
505- * [ flask-api-utils] ( https://github.com/marselester/flask-api-utils ) - Flask extension that takes care of API representation and authentication.
506- * [ falcon] ( http://falconframework.org/ ) - A high-performance Python framework for building cloud APIs and web app backends.
507- * [ eve] ( https://github.com/nicolaiarocci/eve ) - REST API framework powered by Flask, MongoDB and good intentions.
508- * [ sandman] ( https://github.com/jeffknupp/sandman ) - Automated REST APIs for existing database-driven systems.
509- * [ restless] ( http://restless.readthedocs.org/en/latest/ ) - Framework agnostic REST framework based on lessons learned from TastyPie.
510- * [ savory-pie] ( https://github.com/RueLaLa/savory-pie/ ) - REST API building library (Django, and others)
511- * [ ripozo] ( https://github.com/vertical-knowledge/ripozo ) - Quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django.
512- * [ cornice] ( https://cornice.readthedocs.org/ ) - A REST framework for Pyramid.
499+ * Django
500+ * [ django-rest-framework] ( http://www.django-rest-framework.org/ ) - A powerful and flexible toolkit to build web APIs.
501+ * [ django-tastypie] ( http://tastypieapi.org/ ) - Creating delicious APIs for Django apps.
502+ * [ django-formapi] ( https://github.com/5monkeys/django-formapi ) - Create JSON APIs with Django's form validation.
503+ * Flask
504+ * [ flask-api] ( http://www.flaskapi.org/ ) - Browsable Web APIs for Flask.
505+ * [ flask-restful] ( http://flask-restful.readthedocs.org/ ) - Quickly building REST APIs for Flask.
506+ * [ flask-restless] ( https://flask-restless.readthedocs.org/en/latest/ ) - Generating RESTful APIs for database models defined with SQLAlchemy.
507+ * [ flask-api-utils] ( https://github.com/marselester/flask-api-utils ) - Taking care of API representation and authentication for Flask.
508+ * [ eve] ( https://github.com/nicolaiarocci/eve ) - REST API framework powered by Flask, MongoDB and good intentions.
509+ * Pyramid
510+ * [ cornice] ( https://cornice.readthedocs.org/ ) - A REST framework for Pyramid.
511+ * Framework agnostic
512+ * [ falcon] ( http://falconframework.org/ ) - A high-performance Python framework for building cloud APIs and web app backends.
513+ * [ sandman] ( https://github.com/jeffknupp/sandman ) - Automated REST APIs for existing database-driven systems.
514+ * [ restless] ( http://restless.readthedocs.org/en/latest/ ) - Framework agnostic REST framework based on lessons learned from Tastypie.
515+ * [ ripozo] ( https://github.com/vertical-knowledge/ripozo ) - Quickly creating REST/HATEOAS/Hypermedia APIs.
513516
514517## Authentication
515518
0 commit comments