Skip to content

Latest commit

 

History

History
227 lines (200 loc) · 18.2 KB

flask_resources.md

File metadata and controls

227 lines (200 loc) · 18.2 KB
title category
Flask
Frameworks

Flask

Resources


Plugins

  • Framework
    • Flask Kit - Flexible microkit for Flask microframework
    • Kit - Flask, Celery, SQLAlchemy integration
    • flask-peewee - flask integration for peewee, including admin, authentication, rest api and more
    • Flask-MongoRest - Restful API framework wrapped around MongoEngine
    • Eve - REST API framework powered by Flask, MongoDB and good intentions
    • Flask-Restless - A Flask extension for creating simple ReSTful APIs from SQLAlchemy models
    • Flask-RESTful - Simple framework for creating REST APIs
    • Flask-Potion - RESTful API framework for Flask and SQLAlchemy
    • Reding - Rating on Redis - REST API on Flask
    • Clay - Clay is a framework for building RESTful backend services using best practices
    • flask-backbone-mongo - experiments with backbone.js, flask and mongo
    • FlaskBootstrapSecurity - A Flask Application with Twitter Bootstrap, Flask-Security, Flask-SQLalchemy, Gmail, and User Registration preconfigured.
    • flask-bootstrap - A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend
    • Flask-Bootstrap - Ready-to-use Twitter-bootstrap for use in Flask
    • Flask-Foundation - A solid foundation for your flask app
    • Flask-Foundation - Quick start with Flask
    • FaFaFa - Flask / Angular / Foundation Boilerplate
    • Quokka - Flask powered CMS on top of mongoengine/MongoDB (WIP)
    • Tyron - Tyron is a web app for events pushing.
    • Coaster - Common patterns for Flask apps
    • Frozen-Flask - Freezes a Flask application into a set of static files
    • chatapp - Flask and Angular.js Chat Application using Socket.io
    • python-websockets-chat - An example implementation of WebSockets in Flask
    • flask-gevent-socketio-chat - Minimal example of using Flask with python-gevent
    • chat - A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events
    • chat - a live chat built with python(flask + gevent + apscheduler) + redis
    • enferno - A Flask-based Framework for the Next Decade

Back To Top

  • Admin
    • Flask-Admin - Simple and extensible administrative interface framework for Flask
    • Flask-SuperAdmin - The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy
    • Flask-FlatPages - Provides flat static pages to a Flask application
  • Database/ORM/ODM
  • Database Migrations
    • Flask-Migrate - SQLAlchemy database migrations for Flask applications using Alembic
    • Flask-Alembic - A Flask Extension to provide Alembic integration with Flask

Back To Top

  • Session
  • Data Validation - Flask-SocketIO gives Flask applications access to low latency bi-direccional communications between the clients and the server.
    • Flask-WTF - Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.
    • Flask-SeaSurf - SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
    • Colander - A serialization/deserialization/validation library for strings, mappings and lists
  • Email
    • Flask-Mail - Flask-Mail adds SMTP mail sending to your Flask applications
  • i18n
    • flask-babel - i18n and l10n support for Flask based on Babel and pytz
  • Full-text searching
  • Cache

Back To Top

  • Rate Limiting
    • Flask-Limiter - Flask-Limiter provides rate limiting features to flask routes
  • Queue
    • Flask-RQ - RQ (Redis Queue) integration for Flask applications
    • celery - Distributed Task Queue
  • OAuth client/provider
    • Authomatic - Authomatic provides out of the box support for a number of providers using OAuth 1.0a (Twitter, Tumblr and more) and OAuth 2.0 (Facebook, Foursquare, GitHub, Google, LinkedIn, PayPal and more)
    • Flask-GoogleLogin - Flask-GoogleLogin extends Flask-Login to use Google's OAuth2 authorization
    • flask-googlefed - Google Federated Logins for Flask
    • Flask-OpenID - Flask-OpenID adds openid support to flask applications
    • Flask-GoogleAuth - Super simple Google OpenID and Federated Auth for Flask apps
    • Flask-Social - OAuth Provider Integration for Flask-Security
    • Flask-OAuthlib - OAuthlib implementation for Flask
    • GitHub-Flask - Flask extension for authenticating users with GitHub and making requests to the API
    • Python-Social-Auth - Social auth made simple
    • Flask-social-blueprint - OAuth OOP way

Back To Top

Back To Top

Back To Top

  • Frontend
    • Flask-Mustache - Mustache template integration with Flask
    • Flask-Genshi - Genshi templating for Flask
    • flask-mako - Provides support for Mako Templates in Flask
    • Flask-Markdown - Markdown jinja2 extension for Flask
    • Flask-Sijax - An extension for the Flask microframework that adds Sijax support
    • flask-assets - Flask webassets integration
    • flask-funnel - Better asset management for Flask
    • jinja-assets-compressor - A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets
    • flask_util_js - flask's util in javascript. such as url_for etc
    • flask-s3 - Seamlessly serve your static assets of your Flask app from Amazon S3

Back To Top