@@ -288,7 +288,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
288288 * [ docopt] ( http://docopt.org/ ) - Pythonic command line arguments parser.
289289 * [ Gooey] ( https://github.com/chriskiehl/Gooey ) - Turn command line programs into a full GUI application with one line
290290 * [ python-prompt-toolkit] ( https://github.com/jonathanslenders/python-prompt-toolkit ) - A Library for building powerful interactive command lines.
291- * [ hug] ( https://github.com/timothycrosley/hug ) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line
292291* Productivity Tools
293292 * [ aws-cli] ( https://github.com/aws/aws-cli ) - A universal command-line interface for Amazon Web Services.
294293 * [ 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).
455454 * [ awesome-pyramid] ( https://github.com/uralbash/awesome-pyramid )
456455* [ Bottle] ( http://bottlepy.org/docs/dev/index.html ) - A fast, simple and lightweight WSGI micro web-framework.
457456* [ CherryPy] ( http://www.cherrypy.org/ ) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled.
458- * [ hug] ( https://github.com/timothycrosley/hug ) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line
459457* [ TurboGears] ( http://www.turbogears.org/ ) - A microframework that can scale up to a full stack solution.
460458* [ web.py] ( http://webpy.org/ ) - A web framework for Python that is as simple as it is powerful.
461459* [ 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).
515513 * [ cornice] ( https://cornice.readthedocs.org/en/latest/ ) - A REST framework for Pyramid.
516514* Framework agnostic
517515 * [ falcon] ( http://falconframework.org/ ) - A high-performance framework for building cloud APIs and web app backends.
516+ * [ hug] ( https://github.com/timothycrosley/hug ) - A Python3 Library for cleanly exposing APIs over HTTP and the Command Line.
518517 * [ sandman] ( https://github.com/jeffknupp/sandman ) - Automated REST APIs for existing database-driven systems.
519518 * [ restless] ( http://restless.readthedocs.org/en/latest/ ) - Framework agnostic REST framework based on lessons learned from Tastypie.
520519 * [ ripozo] ( https://github.com/vertical-knowledge/ripozo ) - Quickly creating REST/HATEOAS/Hypermedia APIs.
0 commit comments