Skip to content

mikhailsidorov/my-awesome-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

My Awesome Flask

Flask libs I like

Flask-SQLAlchemy

Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application

http://flask-sqlalchemy.pocoo.org/

Flask-Allows

Flask-Allows is an authorization tool for Flask inspired by django-rest-framework's permissioning system and rest_condition's ability to compose simple requirements into more complex ones.

https://github.com/justanr/flask-allows/

Flask-HTTPAuth

Flask-HTTPAuth is a simple extension that simplifies the use of HTTP authentication with Flask routes.

https://flask-httpauth.readthedocs.io/

Flask-Login

Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users’ sessions over extended periods of time.

https://flask-login.readthedocs.io/

Flask-Mail

The Flask-Mail extension provides a simple interface to set up SMTP with your Flask application and to send messages from your views and scripts.

https://pythonhosted.org/Flask-Mail/

Flask-Migrate

Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are made available through the Flask command-line interface or through the Flask-Script extension.

https://flask-migrate.readthedocs.io/

Flask-WTF

Simple integration of Flask and WTForms, including CSRF, file upload, and reCAPTCHA.

https://flask-wtf.readthedocs.io/

Flask-CORS

A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.

http://flask-cors.readthedocs.io/en/latest/

Flask-RESTful

Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs

https://flask-restful.readthedocs.io/

Flask-Marshmallow

Flask-Marshmallow is a thin integration layer for Flask (a Python web framework) and marshmallow (an object serialization/deserialization library) that adds additional features to marshmallow, including URL and Hyperlinks fields for HATEOAS-ready APIs. It also (optionally) integrates with Flask-SQLAlchemy.

https://flask-marshmallow.readthedocs.io/

Flask-Bootstrap

Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a blueprint named ‘bootstrap’. It can also create links to serve Bootstrap from a CDN.

https://pythonhosted.org/Flask-Bootstrap/

Flask-JWT

JWT (JSON Web Tokens) for Flask applications.

https://pythonhosted.org/Flask-JWT/

Flask-JWT-Extended

A Flask JWT extension that supports refresh tokens, blacklisting/revoking tokens, and token freshness (for accessing critical views)

https://flask-jwt-extended.readthedocs.io/

About

Flask libs I like

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published