Skip to content

Commit 698fc3e

Browse files
Update README.md
Adds hug, the fastest growing micro-service for Python
1 parent 9b82530 commit 698fc3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ 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
291292
* Productivity Tools
292293
* [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services.
293294
* [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
@@ -454,6 +455,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
454455
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
455456
* [Bottle](http://bottlepy.org/docs/dev/index.html) - A fast, simple and lightweight WSGI micro web-framework.
456457
* [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
457459
* [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution.
458460
* [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful.
459461
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.

0 commit comments

Comments
 (0)