@@ -288,7 +288,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
288
288
* [ docopt] ( http://docopt.org/ ) - Pythonic command line arguments parser.
289
289
* [ Gooey] ( https://github.com/chriskiehl/Gooey ) - Turn command line programs into a full GUI application with one line
290
290
* [ 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
292
291
* Productivity Tools
293
292
* [ aws-cli] ( https://github.com/aws/aws-cli ) - A universal command-line interface for Amazon Web Services.
294
293
* [ 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).
455
454
* [ awesome-pyramid] ( https://github.com/uralbash/awesome-pyramid )
456
455
* [ Bottle] ( http://bottlepy.org/docs/dev/index.html ) - A fast, simple and lightweight WSGI micro web-framework.
457
456
* [ 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
459
457
* [ TurboGears] ( http://www.turbogears.org/ ) - A microframework that can scale up to a full stack solution.
460
458
* [ web.py] ( http://webpy.org/ ) - A web framework for Python that is as simple as it is powerful.
461
459
* [ 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).
515
513
* [ cornice] ( https://cornice.readthedocs.org/en/latest/ ) - A REST framework for Pyramid.
516
514
* Framework agnostic
517
515
* [ 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.
518
517
* [ sandman] ( https://github.com/jeffknupp/sandman ) - Automated REST APIs for existing database-driven systems.
519
518
* [ restless] ( http://restless.readthedocs.org/en/latest/ ) - Framework agnostic REST framework based on lessons learned from Tastypie.
520
519
* [ ripozo] ( https://github.com/vertical-knowledge/ripozo ) - Quickly creating REST/HATEOAS/Hypermedia APIs.
0 commit comments