.testr.conf
.travis.yml
AUTHORS
LICENSE
README.md
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
talons/__init__.py
talons/compat.py
talons/exc.py
talons/helpers.py
talons.egg-info/PKG-INFO
talons.egg-info/SOURCES.txt
talons.egg-info/dependency_links.txt
talons.egg-info/namespace_packages.txt
talons.egg-info/not-zip-safe
talons.egg-info/requires.txt
talons.egg-info/top_level.txt
talons/auth/__init__.py
talons/auth/basicauth.py
talons/auth/external.py
talons/auth/htpasswd.py
talons/auth/httpheader.py
talons/auth/interfaces.py
talons/auth/middleware.py
tests/__init__.py
tests/base.py
tests/test_helpers.py
tests/auth/__init__.py
tests/auth/test_basicauth.py
tests/auth/test_create_middleware.py
tests/auth/test_external.py
tests/auth/test_htpasswd.py
tests/auth/test_httpheader.py
tests/auth/test_resource_action.py