Metadata-Version: 2.1
Name: Turbo-Flask
Version: 0.6.1
Summary: Use Hotwire Turbo in your Flask application.
Home-page: https://github.com/miguelgrinberg/turbo-flask
Author: Miguel Grinberg
Author-email: miguel.grinberg@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/miguelgrinberg/turbo-flask/issues
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# turbo-flask

[![Build status](https://github.com/miguelgrinberg/turbo-flask/workflows/build/badge.svg)](https://github.com/miguelgrinberg/turbo-flask/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/turbo-flask/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/turbo-flask)

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](todo-demo.gif)

Resources
---------

-  [Documentation](https://turbo-flask.readthedocs.io/en/latest/)
-  [PyPI](https://pypi.python.org/pypi/turbo-flask)
-  [Change Log](https://github.com/miguelgrinberg/turbo-flask/blob/main/CHANGES.md)


