Python: Update documentation for new web frameworks.

This commit is contained in:
Mark Shannon
2019-02-26 10:14:59 +00:00
parent 7d0943f30d
commit 3854050d57
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
Name, Category
Bottle, Web framework
Django, Web application framework
Flask, Microframework
Pyramid, Web application framework
Tornado, Web application framework and asynchronous networking library
Turbogears, Web framework
Twisted, Networking engine
WebOb, WSGI request library
1 Name Category
2 Bottle Web framework
3 Django Web application framework
4 Flask Microframework
5 Pyramid Web application framework
6 Tornado Web application framework and asynchronous networking library
7 Turbogears Web framework
8 Twisted Networking engine
9 WebOb WSGI request library