LICENSE
README.md
pyproject.toml
mju_univ_auth/__init__.py
mju_univ_auth/__main__.py
mju_univ_auth/config.py
mju_univ_auth/exceptions.py
mju_univ_auth/facade.py
mju_univ_auth/results.py
mju_univ_auth.egg-info/PKG-INFO
mju_univ_auth.egg-info/SOURCES.txt
mju_univ_auth.egg-info/dependency_links.txt
mju_univ_auth.egg-info/requires.txt
mju_univ_auth.egg-info/top_level.txt
mju_univ_auth/authenticator/__init__.py
mju_univ_auth/authenticator/base_authenticator.py
mju_univ_auth/authenticator/standard_authenticator.py
mju_univ_auth/domain/__init__.py
mju_univ_auth/domain/student_card.py
mju_univ_auth/domain/student_changelog.py
mju_univ_auth/fetcher/__init__.py
mju_univ_auth/fetcher/base_fetcher.py
mju_univ_auth/fetcher/student_card_fetcher.py
mju_univ_auth/fetcher/student_change_log_fetcher.py
mju_univ_auth/infrastructure/__init__.py
mju_univ_auth/infrastructure/crypto.py
mju_univ_auth/infrastructure/parser.py
mju_univ_auth/utils/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_real_auth.py
tests/integration/test_real_facade.py
tests/mock/__init__.py
tests/mock/test_facade_highlevel.py
tests/mock/test_standard_authenticator.py
tests/mock/test_student_card_fetcher.py
tests/mock/test_student_changelog_fetcher.py