.gitignore
LICENSE
README.rst
pyproject.toml
.github/workflows/django.yml
.github/workflows/python-publish.yml
src/django_webp/__init__.py
src/django_webp/context_processors.py
src/django_webp/middleware.py
src/django_webp/utils.py
src/django_webp.egg-info/PKG-INFO
src/django_webp.egg-info/SOURCES.txt
src/django_webp.egg-info/dependency_links.txt
src/django_webp.egg-info/requires.txt
src/django_webp.egg-info/top_level.txt
src/django_webp/management/__init__.py
src/django_webp/management/commands/__init__.py
src/django_webp/management/commands/clean_webp_images.py
src/django_webp/templatetags/__init__.py
src/django_webp/templatetags/webp.py
tests/__init__.py
tests/test_WEBPImageConverter.py
tests/test_context_processor.py
tests/test_main.py
tests/test_templatetags.py
tests/testproj/manage.py
tests/testproj/static/django_webp/python.png
tests/testproj/testapp/__init__.py
tests/testproj/testapp/admin.py
tests/testproj/testapp/apps.py
tests/testproj/testapp/context_processors.py
tests/testproj/testapp/middleware.py
tests/testproj/testapp/models.py
tests/testproj/testapp/tests.py
tests/testproj/testapp/urls.py
tests/testproj/testapp/utils.py
tests/testproj/testapp/views.py
tests/testproj/testapp/management/__init__.py
tests/testproj/testapp/management/commands/__init__.py
tests/testproj/testapp/management/commands/clean_webp_images.py
tests/testproj/testapp/migrations/__init__.py
tests/testproj/testapp/templates/django_webp/index.html
tests/testproj/testapp/templatetags/__init__.py
tests/testproj/testapp/templatetags/webp.py
tests/testproj/testproj/__init__.py
tests/testproj/testproj/asgi.py
tests/testproj/testproj/settings.py
tests/testproj/testproj/urls.py
tests/testproj/testproj/wsgi.py