.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
.github/workflows/python-app.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/clustaar/__init__.py
src/clustaar.authorize.egg-info/PKG-INFO
src/clustaar.authorize.egg-info/SOURCES.txt
src/clustaar.authorize.egg-info/dependency_links.txt
src/clustaar.authorize.egg-info/not-zip-safe
src/clustaar.authorize.egg-info/requires.txt
src/clustaar.authorize.egg-info/top_level.txt
src/clustaar/authorize/__init__.py
src/clustaar/authorize/ability.py
src/clustaar/authorize/action.py
src/clustaar/authorize/authorizations.py
src/clustaar/authorize/conditions.py
src/clustaar/authorize/conditions_combinations.py
src/clustaar/authorize/context.py
src/clustaar/authorize/falcon.py
src/clustaar/authorize/rules.py
tests/__init__.py
tests/conftest.py
tests/authorize/__init__.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/__init__.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/__init__.py
tests/authorize/rules/test_access_rule.py
tests/authorize/rules/test_allow.py
tests/authorize/rules/test_deny.py