.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
MANIFEST.in
Makefile
README.md
mypy.ini
pyproject.toml
pytest.ini
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
swh/__init__.py
swh.auth.egg-info/PKG-INFO
swh.auth.egg-info/SOURCES.txt
swh.auth.egg-info/dependency_links.txt
swh.auth.egg-info/requires.txt
swh.auth.egg-info/top_level.txt
swh/auth/__init__.py
swh/auth/cli.py
swh/auth/keycloak.py
swh/auth/py.typed
swh/auth/tests/__init__.py
swh/auth/tests/conftest.py
swh/auth/tests/sample_data.py
swh/auth/tests/test_keycloak.py