Docs

A collection of various Flask, and Flask Extension documentations

The information below mainly came from the following repo. https://github.com/mjhea0/awesome-flaskarrow-up-right

Official Docs:

Flask - https://flask.palletsprojects.com/en/1.1.x/arrow-up-right

Third-Party Extensions

Admin

APIs

RESTful API Support

RESTful API + Swagger/OpenAPI Documentation Support

Swagger/OpenAPI Documentation Support

Auth

Basic Auth and Session-based (for HTML Endpoints)

Curious about the differences differences between Flask-User and Flask-Security? Review the Flask-User FAQarrow-up-right.

JWT-based (for JSON Endpoints)

OAuth

Cache

Data Validation and Serialization

Databases

ORMs

ODMs

Migrations

Curious about the differences between Alembic, Flask-Alembic, Flask-Migrate, and Flask-DB? Review this itemarrow-up-right from Flask-DB's FAQ.

Other Tools

Developer Tools

Debugging

Fixtures

Logging

Monitoring

Tracing

Testing

Email

Forms

Security

Task Queues

Utils

Last updated

Was this helpful?