.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/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/manage.py
tests/test_WEBPImageConverter.py
tests/test_context_processor.py
tests/test_main.py
tests/test_templatetags.py
tests/static/django_webp/python.png
tests/testapp/__init__.py
tests/testapp/apps.py
tests/testapp/asgi.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/views.py
tests/testapp/wsgi.py
tests/testapp/migrations/__init__.py
tests/testapp/templates/django_webp/index.html