.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/main.yml
cesnet_openid_remote/__init__.py
cesnet_openid_remote/config.py
cesnet_openid_remote/constants.py
cesnet_openid_remote/errors.py
cesnet_openid_remote/ext.py
cesnet_openid_remote/groups.py
cesnet_openid_remote/identity.py
cesnet_openid_remote/remote.py
cesnet_openid_remote/state.py
cesnet_openid_remote/version.py
cesnet_openid_remote.egg-info/PKG-INFO
cesnet_openid_remote.egg-info/SOURCES.txt
cesnet_openid_remote.egg-info/dependency_links.txt
cesnet_openid_remote.egg-info/entry_points.txt
cesnet_openid_remote.egg-info/not-zip-safe
cesnet_openid_remote.egg-info/requires.txt
cesnet_openid_remote.egg-info/top_level.txt
examples/__init__.py
examples/app.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_cesnet_openid_remote.py
tests/test_community_integration.py
tests/test_remote.py