mirror of
https://github.com/github/codeql.git
synced 2025-12-28 14:46:33 +01:00
Merge pull request #5182 from RasmusWL/update-supported-python-frameworks-docs
Docs: Update list of support frameworks in Python
This commit is contained in:
@@ -123,19 +123,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