.gitignore
.install-hooks.sh
.update-locales.sh
LICENSE
MANIFEST.in
Makefile
README.rst
pretixplugin.toml
pyproject.toml
setup.cfg
setup.py
.github/workflows/style.yml
.github/workflows/tests.yml
pretix_sumup/__init__.py
pretix_sumup/apps.py
pretix_sumup/payment.py
pretix_sumup/signals.py
pretix_sumup/sumup_client.py
pretix_sumup/urls.py
pretix_sumup/views.py
pretix_sumup/locale/django.pot
pretix_sumup/locale/de/LC_MESSAGES/django.mo
pretix_sumup/locale/de/LC_MESSAGES/django.po
pretix_sumup/locale/de_Informal/.gitkeep
pretix_sumup/locale/de_Informal/LC_MESSAGES/django.mo
pretix_sumup/locale/de_Informal/LC_MESSAGES/django.po
pretix_sumup/static/pretix_sumup/.gitkeep
pretix_sumup/templates/pretix_sumup/control.html
pretix_sumup/templates/pretix_sumup/payment_widget.html
pretix_sumup_payment.egg-info/PKG-INFO
pretix_sumup_payment.egg-info/SOURCES.txt
pretix_sumup_payment.egg-info/dependency_links.txt
pretix_sumup_payment.egg-info/entry_points.txt
pretix_sumup_payment.egg-info/top_level.txt
tests/conftest.py
tests/test_main.py