LICENSE
MANIFEST.in
README.md
pyproject.toml
src/rebac/__init__.py
src/rebac/_id.py
src/rebac/actors.py
src/rebac/admin.py
src/rebac/apps.py
src/rebac/audit.py
src/rebac/caveats.py
src/rebac/checks.py
src/rebac/codenames.py
src/rebac/composition.py
src/rebac/conf.py
src/rebac/consistency.py
src/rebac/decorators.py
src/rebac/drf.py
src/rebac/errors.py
src/rebac/evaluator.py
src/rebac/managers.py
src/rebac/middleware.py
src/rebac/mixins.py
src/rebac/permissions_mixin.py
src/rebac/preflight.py
src/rebac/py.typed
src/rebac/relationships.py
src/rebac/resources.py
src/rebac/roles.py
src/rebac/signals.py
src/rebac/types.py
src/rebac/backends/__init__.py
src/rebac/backends/auth.py
src/rebac/backends/base.py
src/rebac/backends/local.py
src/rebac/backends/spicedb.py
src/rebac/graphql/__init__.py
src/rebac/graphql/strawberry.py
src/rebac/management/__init__.py
src/rebac/management/commands/__init__.py
src/rebac/management/commands/rebac.py
src/rebac/migrations/0001_initial.py
src/rebac/migrations/0002_rebac_resource.py
src/rebac/migrations/__init__.py
src/rebac/models/__init__.py
src/rebac/models/audit.py
src/rebac/models/overrides.py
src/rebac/models/provenance.py
src/rebac/models/relationship.py
src/rebac/models/resource.py
src/rebac/models/schema.py
src/rebac/schema/__init__.py
src/rebac/schema/ast.py
src/rebac/schema/parser.py
src/rebac/schema/walker.py
tests/test_actors.py
tests/test_audit.py
tests/test_auth_backend.py
tests/test_build_zed.py
tests/test_caveats.py
tests/test_checks_and_conf.py
tests/test_codenames.py
tests/test_consistency.py
tests/test_deprecated_actor_helpers.py
tests/test_evaluator.py
tests/test_field_gates.py
tests/test_graphql_strawberry.py
tests/test_id_attr.py
tests/test_local_backend.py
tests/test_local_backend_freshness.py
tests/test_local_backend_registry.py
tests/test_managers.py
tests/test_middleware.py
tests/test_middleware_evaluator.py
tests/test_migrate_storage.py
tests/test_mixin.py
tests/test_overrides.py
tests/test_parser.py
tests/test_permissions_mixin.py
tests/test_pickle_posture.py
tests/test_preflight.py
tests/test_rebac_object_meta.py
tests/test_resource_registry.py
tests/test_roles.py
tests/test_types.py