.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/pythonapp.yml
.github/workflows/pythonpublish.yml
django_inertia/__init__.py
django_inertia/apps.py
django_inertia/assertions.py
django_inertia/core.py
django_inertia/middleware.py
django_inertia/props.py
django_inertia/settings.py
django_inertia.egg-info/PKG-INFO
django_inertia.egg-info/SOURCES.txt
django_inertia.egg-info/dependency_links.txt
django_inertia.egg-info/requires.txt
django_inertia.egg-info/top_level.txt
django_inertia/templatetags/__init__.py
django_inertia/templatetags/inertia_tags.py
tests/conftest.py
tests/test_inertia.py
tests/test_lazy_and_partial_reloads.py
tests/test_middleware.py
tests/test_requests.py
tests/test_template_tag.py
tests/test_app/__init__.py
tests/test_app/settings.py
tests/test_app/urls.py
tests/test_app/views.py
tests/test_app/templates/app.html
tests/test_app/templates/app_tag.html