.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
ruff.toml
uv.lock
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/release.yaml
scripts/setup_uv.sh
src/apron_saml/__init__.py
src/apron_saml/errors.py
src/apron_saml/metadata.py
src/apron_saml/models.py
src/apron_saml/protocols.py
src/apron_saml/py.typed
src/apron_saml/requests.py
src/apron_saml/response.py
src/apron_saml/service_provider.py
src/apron_saml/stores.py
src/apron_saml/validation.py
src/apron_saml.egg-info/PKG-INFO
src/apron_saml.egg-info/SOURCES.txt
src/apron_saml.egg-info/dependency_links.txt
src/apron_saml.egg-info/scm_file_list.json
src/apron_saml.egg-info/scm_version.json
src/apron_saml.egg-info/top_level.txt
tests/test_smoke.py
tests/integration/test_live_idp.py