mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 20:41:08 +00:00
Merge pull request #607 from timothycrosley/patch-1
Add hug to REST frameworks list
This commit is contained in:
commit
b35e69e4bc
|
@ -513,6 +513,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [cornice](https://cornice.readthedocs.org/en/latest/) - A REST framework for Pyramid.
|
* [cornice](https://cornice.readthedocs.org/en/latest/) - A REST framework for Pyramid.
|
||||||
* Framework agnostic
|
* Framework agnostic
|
||||||
* [falcon](http://falconframework.org/) - A high-performance framework for building cloud APIs and web app backends.
|
* [falcon](http://falconframework.org/) - A high-performance framework for building cloud APIs and web app backends.
|
||||||
|
* [hug](https://github.com/timothycrosley/hug) - A Python3 framework for cleanly exposing APIs over HTTP and the Command Line with automatic documentation and validation.
|
||||||
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
|
* [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.
|
* [restless](http://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from Tastypie.
|
||||||
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
|
* [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user