LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/django_htmx_modal_forms/__init__.py
src/django_htmx_modal_forms/apps.py
src/django_htmx_modal_forms/conf.py
src/django_htmx_modal_forms/main.py
src/django_htmx_modal_forms/py.typed
src/django_htmx_modal_forms/views.py
src/django_htmx_modal_forms.egg-info/PKG-INFO
src/django_htmx_modal_forms.egg-info/SOURCES.txt
src/django_htmx_modal_forms.egg-info/dependency_links.txt
src/django_htmx_modal_forms.egg-info/requires.txt
src/django_htmx_modal_forms.egg-info/top_level.txt
src/django_htmx_modal_forms/migrations/__init__.py
src/django_htmx_modal_forms/static/htmx_modal_forms/js/modal-handlers.js
src/django_htmx_modal_forms/templates/htmx_modal_forms/_form_content.html
src/django_htmx_modal_forms/templates/htmx_modal_forms/_modal_form.html
src/django_htmx_modal_forms/templatetags/__init__.py
src/django_htmx_modal_forms/templatetags/htmx_modal_forms.py
tests/test_main.py
tests/test_modal_forms.py