From aa90c1cd27c876b199411ef251fcb1ed8970a16b Mon Sep 17 00:00:00 2001 From: Timothy Edmund Crosley Date: Thu, 14 Apr 2016 23:21:25 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 37e637a7..a095f617 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. - * [hug](https://github.com/timothycrosley/hug) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. @@ -455,7 +454,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) * [Bottle](http://bottlepy.org/docs/dev/index.html) - A fast, simple and lightweight WSGI micro web-framework. * [CherryPy](http://www.cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled. -* [hug](https://github.com/timothycrosley/hug) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line * [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution. * [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. @@ -515,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. * Framework agnostic * [falcon](http://falconframework.org/) - A high-performance framework for building cloud APIs and web app backends. + * [hug](https://github.com/timothycrosley/hug) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line. * [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. * [ripozo](https://github.com/vertical-knowledge/ripozo) - Quickly creating REST/HATEOAS/Hypermedia APIs.