CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
openedx_authz/__init__.py
openedx_authz/apps.py
openedx_authz/models.py
openedx_authz/urls.py
openedx_authz.egg-info/PKG-INFO
openedx_authz.egg-info/SOURCES.txt
openedx_authz.egg-info/dependency_links.txt
openedx_authz.egg-info/entry_points.txt
openedx_authz.egg-info/not-zip-safe
openedx_authz.egg-info/requires.txt
openedx_authz.egg-info/top_level.txt
openedx_authz/api/__init__.py
openedx_authz/api/data.py
openedx_authz/api/permissions.py
openedx_authz/api/roles.py
openedx_authz/api/users.py
openedx_authz/engine/__init__.py
openedx_authz/engine/adapter.py
openedx_authz/engine/apps.py
openedx_authz/engine/enforcer.py
openedx_authz/engine/filter.py
openedx_authz/engine/utils.py
openedx_authz/engine/config/authz.policy
openedx_authz/engine/config/model.conf
openedx_authz/management/__init__.py
openedx_authz/management/commands/__init__.py
openedx_authz/management/commands/enforcement.py
openedx_authz/management/commands/load_policies.py
openedx_authz/migrations/0001_add_casbin_dependency.py
openedx_authz/migrations/__init__.py
openedx_authz/rest_api/__init__.py
openedx_authz/rest_api/data.py
openedx_authz/rest_api/decorators.py
openedx_authz/rest_api/urls.py
openedx_authz/rest_api/utils.py
openedx_authz/rest_api/v1/__init__.py
openedx_authz/rest_api/v1/fields.py
openedx_authz/rest_api/v1/paginators.py
openedx_authz/rest_api/v1/permissions.py
openedx_authz/rest_api/v1/serializers.py
openedx_authz/rest_api/v1/urls.py
openedx_authz/rest_api/v1/views.py
openedx_authz/settings/__init__.py
openedx_authz/settings/common.py
openedx_authz/settings/production.py
openedx_authz/settings/test.py
openedx_authz/templates/openedx_authz/base.html
openedx_authz/tests/api/__init__.py
openedx_authz/tests/api/test_data.py
openedx_authz/tests/api/test_roles.py
openedx_authz/tests/api/test_users.py
openedx_authz/tests/rest_api/__init__.py
openedx_authz/tests/rest_api/test_views.py
requirements/base.in
requirements/constraints.txt
tests/test_models.py