From cffc1f0f6c791934545ad57b5431a44422535428 Mon Sep 17 00:00:00 2001 From: sgoblin Date: Thu, 29 Oct 2015 17:46:18 -0700 Subject: [PATCH] Moved tornado to web framework section. Tornado is mainly a web framework, not a networking library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd01e58..a07f3965 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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. +* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library. ## Permissions @@ -755,7 +756,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for networking programming.* * [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. -* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library. * [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine. * [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. * [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python.