.gitignore
COPYING
MANIFEST.in
README.rst
requirements.txt
setup.py
test-requirements.txt
tox.ini
policies/__init__.py
policies/authorization.py
policies/instructions.py
policies/parser.py
policies/policy.py
policies/rules.py
policies.egg-info/PKG-INFO
policies.egg-info/SOURCES.txt
policies.egg-info/dependency_links.txt
policies.egg-info/requires.txt
policies.egg-info/top_level.txt
tests/__init__.py
tests/functional/__init__.py
tests/functional/test_rule.py
tests/unit/__init__.py
tests/unit/test_authorization.py
tests/unit/test_instructions.py
tests/unit/test_parser.py
tests/unit/test_policy.py
tests/unit/test_rules.py