mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Docs: Update list of support frameworks in Python
So it follows what is we actually support with 6eafa9d396/python/ql/src/semmle/python/Frameworks.qll
This commit is contained in:
@@ -122,19 +122,20 @@ JavaScript and TypeScript built-in support
|
||||
Python built-in support
|
||||
====================================
|
||||
|
||||
.. csv-table::
|
||||
.. csv-table::
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
|
||||
Name, Category
|
||||
Bottle, Web framework
|
||||
CherryPy, Web framework
|
||||
Django, Web application framework
|
||||
Falcon, Web API 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
|
||||
Django, Web framework
|
||||
Flask, Web framework
|
||||
Tornado, Web framework
|
||||
PyYAML, Serialization
|
||||
dill, Serialization
|
||||
fabric, Utility library
|
||||
invoke, Utility library
|
||||
mysql-connector-python, Database
|
||||
MySQLdb, Database
|
||||
psycopg2, Database
|
||||
sqlite3, Database
|
||||
|
||||
Reference in New Issue
Block a user