CHANGES.rst
CONTRIBUTORS.txt
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
TODO.txt
pyproject.toml
rtd.txt
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/middleware.rst
docs/narr.rst
docs/plugins.rst
docs/use_cases.rst
docs/.static/ingress.png
docs/.static/logo_hi.gif
docs/.static/repoze.css
docs/.static/request-lifecycle.png
docs/examples/examples.ini
docs/examples/standalone_login.py
docs/examples/standalone_login_no_who.py
docs/examples/hybrid/example.py
src/repoze.who.egg-info/PKG-INFO
src/repoze.who.egg-info/SOURCES.txt
src/repoze.who.egg-info/dependency_links.txt
src/repoze.who.egg-info/entry_points.txt
src/repoze.who.egg-info/requires.txt
src/repoze.who.egg-info/top_level.txt
src/repoze/who/_auth_tkt.py
src/repoze/who/_helpers.py
src/repoze/who/api.py
src/repoze/who/classifiers.py
src/repoze/who/config.py
src/repoze/who/interfaces.py
src/repoze/who/middleware.py
src/repoze/who/restrict.py
src/repoze/who/utils.py
src/repoze/who/plugins/auth_tkt.py
src/repoze/who/plugins/basicauth.py
src/repoze/who/plugins/htpasswd.py
src/repoze/who/plugins/redirector.py
src/repoze/who/plugins/sql.py
tests/unit/test__auth_tkt.py
tests/unit/test__helpers.py
tests/unit/test_api.py
tests/unit/test_classifiers.py
tests/unit/test_config.py
tests/unit/test_middleware.py
tests/unit/test_restrict.py
tests/unit/test_utils.py
tests/unit/plugins/__init__.py
tests/unit/plugins/test_authtkt.py
tests/unit/plugins/test_basicauth.py
tests/unit/plugins/test_htpasswd.py
tests/unit/plugins/test_redirector.py
tests/unit/plugins/test_sql.py
tests/unit/plugins/fixtures/test.htpasswd