Metadata-Version: 2.1
Name: django-turbo-helper
Version: 2.1.3
Summary: Hotwire/Turbo helpers for Django, inspired by Rails.
Home-page: https://github.com/rails-inspire-django/django-turbo-helper
License: MIT
Author: Michael Yin
Author-email: michaelyin@accordbox.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (>=3.0)
Requires-Dist: django-actioncable (>=1.0.4)
Project-URL: Changelog, https://github.com/rails-inspire-django/django-turbo-helper/releases
Description-Content-Type: text/markdown

# Hotwire/Turbo helpers for Django, inspired by Rails.

[![PyPI version](https://badge.fury.io/py/django-turbo-helper.svg)](https://badge.fury.io/py/django-turbo-helper)
[![Documentation](https://img.shields.io/badge/Documentation-link-green.svg)](https://django-turbo-helper.readthedocs.io/)

## Documentation

**`django-turbo-response` has been renamed to `django-turbo-helper` since version 2.x.x**

1. For legacy `django-turbo-response` user, please check https://django-turbo-helper.readthedocs.io/en/1.0.3/
2. For `django-turbo-helper` user, please check https://django-turbo-helper.readthedocs.io/

## Free Hotwire Django eBook

If you are new to Hotwire, you may be interested in this free eBook [Hotwire Django Tutorial](https://tutorial.saashammer.com/).

