flasky. Companion code to my O'Reilly book "Flask Web Development", second edition.
8.7kFlask-SocketIO. Socket.IO integration for Flask applications.
5.5kmicroblog. The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
4.8kpython-socketio. Python Socket.IO server and client
4.4kFlask-Migrate. SQLAlchemy database migrations for Flask applications using Alembic
2.4kmicrodot. The impossibly small web framework for Python and MicroPython.
2.1kflask-video-streaming. Supporting code for my article on video streaming with Flask.
1.4kFlask-HTTPAuth. Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
1.3kflask-celery-example. This repository contains the example code for my blog article Using Celery with Flask.
1.2kREST-auth. Example application for my RESTful Authentication with Flask article.
917Flask-SocketIO-Chat. A simple chat application that demonstrates how to structure a Flask-SocketIO application.
695REST-tutorial. Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript.
655flack. Companion code to my PyCon 2016 "Flask at Scale" tutorial session.
513microblog-api. A modern (as of 2024) Flask API back end.
380Flask-Moment. Formatting of dates and times in Flask templates using moment.js.
380APIFairy. A minimalistic API framework built on top of Flask, Marshmallow and friends.
339turbo-flask. Integration of Hotwire's Turbo library with Flask.
319flask-sock. Modern WebSocket support for Flask.
319flask-tables. Beautiful Interactive tables in your Flask templates.
311react-flask-app. A Flask + React demo application.
305flasky-with-celery. How to incorporate Celery into a well structured Flask application
284flask-oauth-example. Example code from my "OAuth Authentication with Flask" article.
265python-engineio. Python Engine.IO server and client
257Flask-PageDown. Implementation of StackOverflow's "PageDown" markdown editor for Flask and Flask-WTF.
251flasky-first-edition. Companion code to the first edition of my O'Reilly book "Flask Web Development".
229promisio. JavaScript-style async programming for Python.
226aioflask. Flask running on asyncio!
205oreilly-flask-apis-video. This repository contains the software that accompanies my O'Reilly training video "Building Web APIs with Flask".
195greenletio. Asyncio integration with sync code using greenlets.
164api-pycon2015. Code for my PyCon talk "Is Your REST API RESTful?"
153merry. Decorator based error handling for Python
153oreilly-intro-to-flask-video. This repository contains the software that accompanies my O'Reilly training video "An Introduction to Flask".
151two-factor-auth-flask. Example application for my "Two Factor Authentication with Flask" blog article.
149alchemical. SQLAlchemy 2.0+ wrapper that simplifies its use in Python applications. Can be used on its own or alongside Flask, FastAPI or other web frameworks.
147flask-pycon2014. Code for my PyCon 2014 tutorial "Flask By Example"
146flask-gridjs. Beautiful Interactive tables in your Flask templates using grid.js.
134retrofun. Code from my "SQLAlchemy 2 In Practice" book.
128flask-twilio-video. A small video conference application using Flask and Twilio Programmable Video
123api-pycon2014. Code for my PyCon talk "Writing RESTful Web Services with Flask"
122flask-examples. Code for my "Python Web Development with Flask" presentation.
100socketio-examples. A few examples that demonstrate the features of the Python Socket.IO server
94simple-websocket. Simple WebSocket server and client for Python.
89microflack_admin. Shell
86flask-paranoid. Simple user session protection
79react-microblog. Code for my React Mega-Tutorial course.
75slam. Serverless deployment of Python APIs
72quick-socketio-tutorial. Python
69python-web-perf. Python web server and web framework benchmark.
69sqlalchemy-soft-delete. Implementation of soft deletes for Flask and SQLAlchemy
68django-verify. Extending the Django authentication system with a phone verification step.
55flask-webcast. Code from my O'Reilly webcast "Python Web Development with Flask"
36microblog-2018. The 2018 and 2021 versions of the microblog project of the Flask Mega-Tutorial
34microblog-verify. Microblog application from the Flask Mega-Tutorial with added two-factor authentication via the Twilio Verify API.
30microblog-authy. Microblog application from the Flask Mega-Tutorial with added two-factor push authentication via Authy
30flask-webauthn-demo. HTML
27quotes. Vector search demo app using Elasticsearch, FastAPI, React and SentenceTransformers embeddings.
26aio-executor. A concurrent.futures.Executor implementation that runs asynchronous tasks in an asyncio loop.
23react-microblog-ts. A version of the React Mega-Tutorial project adapted to TypeScript
22