.coveragerc
.travis.yml
AUTHORS.md
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
clustaar/__init__.py
clustaar.authorize.egg-info/PKG-INFO
clustaar.authorize.egg-info/SOURCES.txt
clustaar.authorize.egg-info/dependency_links.txt
clustaar.authorize.egg-info/not-zip-safe
clustaar.authorize.egg-info/requires.txt
clustaar.authorize.egg-info/top_level.txt
clustaar/authorize/__init__.py
clustaar/authorize/ability.py
clustaar/authorize/action.py
clustaar/authorize/authorizations.py
clustaar/authorize/conditions.py
clustaar/authorize/conditions_combinations.py
clustaar/authorize/context.py
clustaar/authorize/falcon.py
clustaar/authorize/rules.py
docs/Makefile
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
tests/conftest.py
tests/authorize/test_ability.py
tests/authorize/test_action.py
tests/authorize/test_authorizations.py
tests/authorize/test_context.py
tests/authorize/test_falcon.py
tests/authorize/conditions/test_and_condition.py
tests/authorize/conditions/test_condition.py
tests/authorize/conditions/test_false_condition.py
tests/authorize/conditions/test_or_condition.py
tests/authorize/conditions/test_true_condition.py
tests/authorize/rules/test_access_rule.py
tests/authorize/rules/test_allow.py
tests/authorize/rules/test_deny.py