The Wayback Machine - https://web.archive.org/web/20210919225830/https://github.com/topics/flask-extension
Here are
61 public repositories
matching this topic...
Easy OpenAPI specs and Swagger UI for your Flask API
Updated
Aug 18, 2021
Python
Configuration Management for Python ⚙
Updated
Sep 9, 2021
Python
Automatically monitor the evolving performance of Flask/Python web services.
Updated
Aug 12, 2021
Python
Upload files in Flask application with Dropzone.js.
Updated
Aug 17, 2021
Python
LDAP authentication extension for the Flask web framework
Updated
May 17, 2021
Python
Simple Login - Login Extension for Flask - maintainer
@cuducos
Updated
Aug 25, 2021
Python
CKEditor integration for Flask, including image upload, code syntax highlight, and more.
Updated
Jul 11, 2021
JavaScript
Discord OAuth2 extension for Flask. An Easier implementation of "Log In With Discord".
Updated
Jun 27, 2021
Python
Flask extension to help make your static files production ready by md5 tagging and gzipping them.
Updated
Jun 5, 2021
Python
MySQL extension for the Flask web framework
Updated
Aug 22, 2021
Python
An implementation of the multi-armed bandit optimization pattern as a Flask extension
Updated
Apr 6, 2020
Python
A Flask extension to simplify building mobile-friendly sites.
Updated
Sep 14, 2021
Python
Execute shell commands via HTTP server (via flask's endpoints).
Updated
Aug 24, 2021
Python
(Now finding maintainer) 🐍 A Pythonic way to provide JWT authentication for Flask-GraphQL
Updated
Jun 16, 2021
Python
Basic metrics tracking for the Flask framework.
Updated
Apr 9, 2020
Python
A flask extension for managing permissions and scopes
Updated
Jul 14, 2021
Python
Showing non-blocking notifications with Flask's flash and toastr.
Updated
May 27, 2021
Python
Flask extension to build REST APIs based on SQLAlchemy models
Updated
Sep 17, 2021
Python
Flask extension that ties boto3 connectors to the application context
Updated
Apr 20, 2021
Python
Bootstrap AdminLTE3 Templatea dapted to the flask framework Flask-Admin
Updated
Apr 10, 2021
Python
Better asset management for Flask
Updated
May 29, 2014
Python
Flask Dialogflow is a Flask extension to build Dialogflow agents.
Updated
Jun 1, 2021
Python
Block certain IP addresses from accessing your Flask app
Updated
May 23, 2018
Python
Flask extension that helps authentication using JWT (for a personal purpose, not maintained now)
Updated
Sep 27, 2018
Python
Flask extension to improve shell command for the Flask CLI.
Updated
Apr 29, 2021
Python
A library for parsing and validating http requests for Flask web framework using pydantic library
Updated
Jul 25, 2020
Python
Updated
Nov 13, 2020
Python
A Flask extension to enable declarative definitions for Discord slash commands.
Updated
Sep 10, 2021
Python
Improve this page
Add a description, image, and links to the
flask-extension
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
flask-extension
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
There are different conventions for virtual environments.
Like creating all the virtual environments on a folder ( "~/virtualenvs/" ),
or naming the virtual environment with a leading dot ( ".../project/path/.venv" ),
right now the virtual environment is created inside the project folder with a default name "venv"