.coveragerc
.gitignore
.gitlab-ci.yml
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
rtd.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci-tests.yml
docs/Makefile
docs/conf.py
docs/faq.rst
docs/index.rst
docs/license.rst
docs/_static/.gitkeep
docs/api/authpolicy.rst
docs/api/interfaces.rst
docs/api/sources.rst
docs/narr/policy.rst
src/pyramid_authsanity/__init__.py
src/pyramid_authsanity/interfaces.py
src/pyramid_authsanity/policy.py
src/pyramid_authsanity/sources.py
src/pyramid_authsanity/util.py
src/pyramid_authsanity.egg-info/PKG-INFO
src/pyramid_authsanity.egg-info/SOURCES.txt
src/pyramid_authsanity.egg-info/dependency_links.txt
src/pyramid_authsanity.egg-info/not-zip-safe
src/pyramid_authsanity.egg-info/requires.txt
src/pyramid_authsanity.egg-info/top_level.txt
tests/test_authpolicy.py
tests/test_includeme.py
tests/test_sources.py
tests/test_util.py