Integration of Hotwire's Turbo library with Flask.
Find a file
2026-05-15 00:13:24 +01:00
.github/workflows ci updates 2026-05-15 00:13:24 +01:00
docs Document use of nginx as reverse proxy (Fixes #44) 2022-11-03 19:01:20 +00:00
examples Remove deprecated before_first_request decorator from example 2023-03-04 11:07:57 +00:00
src/turbo_flask Upgrade to turbo 8.0.11 2025-01-28 18:23:45 +00:00
tests Option to target multiple elements in a turbo stream (#54) 2025-01-28 18:11:27 +00:00
.gitignore Initial release 2021-01-31 19:13:10 +00:00
.readthedocs.yaml Add readthedocs config file 2023-06-20 12:53:57 +01:00
CHANGES.md Release 0.8.6 2025-01-28 18:27:35 +00:00
LICENSE Initial release 2021-01-31 19:13:10 +00:00
MANIFEST.in Migrate Python package metadata to pyproject.toml 2023-10-15 14:21:37 +01:00
pyproject.toml Version 0.8.7.dev0 2025-01-28 18:28:33 +00:00
README.md Readme files for all examples 2022-08-13 16:14:14 +01:00
tox.ini ci updates 2026-05-15 00:13:24 +01:00

turbo-flask

Build status codecov

Integration of Hotwire's Turbo library with Flask, to allow you to create applications that look and feel like single-page apps without using JavaScript.

Todo App Demo

Resources