-
Updated
Sep 23, 2020 - Python
#
flask-extensions
Here are 79 public repositories matching this topic...
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
Easy OpenAPI specs and Swagger UI for your Flask API
api
flask
rest-api
restful
swagger
api-documentation
openapi
marshmallow
swagger-ui
flask-extensions
openapi-specification
flask-extension
flask-restful
api-framework
-
Updated
Aug 11, 2020 - Python
Alexa Skills Kit for Python
-
Updated
Sep 6, 2020 - Python
Cross Origin Resource Sharing ( CORS ) support for Flask
-
Updated
Sep 11, 2020 - Python
Adds APScheduler support to Flask
-
Updated
Feb 4, 2019 - Python
A Markdown Based Python Blog Engine as a Flask Extension.
-
Updated
Nov 13, 2019 - Python
Easy way to add GoogleMaps to Flask applications. maintainer: @Riverfount
-
Updated
Sep 6, 2020 - Python
Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine
-
Updated
Apr 23, 2019 - Python
A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.
-
Updated
May 8, 2020 - Python
A basic JSON-RPC implementation for your Flask-powered sites
-
Updated
Sep 22, 2020 - Python
jforseth210
commented
Oct 23, 2019
We are already able to customize the dictionary of messages simplelogin flashes. However, there is no easy way to:
- Toggle messages on and off
- Customize the categories of the flashes
Toggling could be useful if the user has implemented a custom login checker function, or if the user doesn't want to flash these messages. Custom categories could be useful for projects structured with diffe
Simple as dead support of Redis database for Flask applications
-
Updated
Sep 7, 2020 - Python
python
cms
flask
content-management
flask-application
pelican
flask-extensions
hacktoberfest
content-management-system
quokka
quokka-cms
-
Updated
Feb 7, 2018 - Python
A Flask extension to simplify building mobile-friendly sites.
-
Updated
Sep 14, 2020 - Python
A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
-
Updated
Apr 29, 2019 - Python
Flask html response minifier
-
Updated
Mar 30, 2020 - Python
(Now finding maintainer) 🐍 A Pythonic way to provide JWT authentication for Flask-GraphQL
-
Updated
Jul 11, 2020 - Python
Adds ApiDoc support to Flask
-
Updated
Oct 16, 2018 - Python
LDAP3 Logins for Flask/Flask-Login
-
Updated
Mar 2, 2020 - Python
Flask-CQLAlchemy handles connections to Cassandra clusters and provides a Flask-SQLAlchemy like interface to declare models and their columns in a Flask app
-
Updated
Feb 10, 2020 - Python
Flask-JSON is a Flask extension providing better JSON support.
-
Updated
Aug 23, 2019 - Python
-
Updated
Jan 20, 2020 - Python
Showing non-blocking notifications with Flask's flash and toastr.
-
Updated
Jan 23, 2020 - Python
Connect Flask application with VueJS
-
Updated
Aug 31, 2020 - Python
Register URL routes for Flask application or blueprint in lazy way
-
Updated
Jun 9, 2020 - Python
Better asset management for Flask
-
Updated
May 29, 2014 - Python
A flask extension for api doc and validation of request&response.
-
Updated
Jan 7, 2020 - Python
-
Updated
Jan 17, 2017 - Python
Flask-SimpleMDE - a Flask extension for SimpleMDE
-
Updated
Mar 28, 2016 - Python
Improve this page
Add a description, image, and links to the flask-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flask-extensions topic, visit your repo's landing page and select "manage topics."
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow