LICENSE
README.md
pyproject.toml
requirements.txt
dauthz/__init__.py
dauthz/apps.py
dauthz/core.py
dauthz/settings.py
dauthz/utils.py
dauthz/adapters/__init__.py
dauthz/backends/__init__.py
dauthz/backends/casbin_backend.py
dauthz/decorators/__init__.py
dauthz/decorators/_enforcer_decorator.py
dauthz/decorators/_request_decorator.py
dauthz/management/__init__.py
dauthz/management/commands/__init__.py
dauthz/management/commands/group.py
dauthz/management/commands/policy.py
dauthz/management/commands/role.py
dauthz/management/commands/utils.py
dauthz/middlewares/__init__.py
dauthz/middlewares/enforcer_middleware.py
dauthz/middlewares/request_middleware.py
dauthz/migrations/__init__.py
django_authorization.egg-info/PKG-INFO
django_authorization.egg-info/SOURCES.txt
django_authorization.egg-info/dependency_links.txt
django_authorization.egg-info/requires.txt
django_authorization.egg-info/top_level.txt
node_modules/npm/node_modules/node-gyp/update-gyp.py
node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py
node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py
node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py
node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py
node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py
node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py
node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py
node_modules/semantic-release-pypi/dist/py/set_version.py
node_modules/semantic-release-pypi/dist/py/verify_setup.py
tests/test_backend.py
tests/test_basic.py
tests/test_command.py
tests/test_decorator.py
tests/test_middleware.py