MANIFEST.in
README.md
pyproject.toml
setup.py
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/EUPL-1.2.txt
django_helmholtz_aai/__init__.py
django_helmholtz_aai/_version.py
django_helmholtz_aai/admin.py
django_helmholtz_aai/app_settings.py
django_helmholtz_aai/apps.py
django_helmholtz_aai/forms.py
django_helmholtz_aai/models.py
django_helmholtz_aai/py.typed
django_helmholtz_aai/signals.py
django_helmholtz_aai/tokens.py
django_helmholtz_aai/urls.py
django_helmholtz_aai.egg-info/PKG-INFO
django_helmholtz_aai.egg-info/SOURCES.txt
django_helmholtz_aai.egg-info/dependency_links.txt
django_helmholtz_aai.egg-info/not-zip-safe
django_helmholtz_aai.egg-info/requires.txt
django_helmholtz_aai.egg-info/top_level.txt
django_helmholtz_aai/management/__init__.py
django_helmholtz_aai/management/commands/__init__.py
django_helmholtz_aai/management/commands/remove_empty_vos.py
django_helmholtz_aai/migrations/0001_initial.py
django_helmholtz_aai/migrations/0002_auto_20220214_1413.py
django_helmholtz_aai/migrations/0003_auto_20220301_1739.py
django_helmholtz_aai/migrations/0004_auto_20240523_1226.py
django_helmholtz_aai/migrations/__init__.py
django_helmholtz_aai/templatetags/__init__.py
django_helmholtz_aai/templatetags/helmholtz_aai.py
django_helmholtz_aai/views/__init__.py
django_helmholtz_aai/views/auth/__init__.py
django_helmholtz_aai/views/auth/base.py
django_helmholtz_aai/views/auth/create_new.py
django_helmholtz_aai/views/auth/create_new_map_existing_duplicate_helmholtz.py
django_helmholtz_aai/views/auth/create_new_map_existing_no_duplicated_helmholtz.py
django_helmholtz_aai/views/auth/create_new_map_existing_remap_helmholtz.py
django_helmholtz_aai/views/auth/create_new_no_map_duplicate_helmholtz.py
django_helmholtz_aai/views/auth/create_new_no_map_no_duplicated_helmholtz.py
django_helmholtz_aai/views/auth/linking.py
django_helmholtz_aai/views/auth/manual_new_map_existing_no_duplicated_helmholtz.py
django_helmholtz_aai/views/auth/mixins.py
django_helmholtz_aai/views/auth/no_new.py
django_helmholtz_aai/views/auth/no_new_map_existing_no_duplicated_helmholtz.py
django_helmholtz_aai/views/auth/no_new_map_existing_remap_helmholtz.py
django_helmholtz_aai/views/auth/no_new_no_map_duplicate_helmholtz.py
testproject/__init__.py
testproject/database.py
testproject/settings.py
testproject/urls.py
testproject/views.py
testproject/wsgi.py
tests/test_deprecated_authentification_view.py
tests/test_views_auth_base.py
tests/test_views_auth_create_new.py
tests/test_views_auth_create_new_map_existing_duplicate_helmholtz.py
tests/test_views_auth_create_new_map_existing_no_duplicated_helmholtz.py
tests/test_views_auth_create_new_map_existing_remap_helmholtz.py
tests/test_views_auth_create_new_no_map_duplicate_helmholtz.py
tests/test_views_auth_create_new_no_map_no_duplicated_helmholtz.py
tests/test_views_auth_manual_new_map_existing_no_duplicated_helmholtz.py
tests/test_views_auth_no_new.py
tests/test_views_auth_no_new_map_existing_no_duplicated_helmholtz.py
tests/test_views_auth_no_new_map_existing_remap_helmholtz.py
tests/test_views_auth_no_new_no_map_duplicate_helmholtz.py