CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
examples/basic.py
src/fastpermit/__init__.py
src/fastpermit/permissions.py
src/fastpermit/principal.py
src/fastpermit/py.typed
src/fastpermit.egg-info/PKG-INFO
src/fastpermit.egg-info/SOURCES.txt
src/fastpermit.egg-info/dependency_links.txt
src/fastpermit.egg-info/requires.txt
src/fastpermit.egg-info/top_level.txt
src/fastpermit/backends/__init__.py
src/fastpermit/backends/base.py
src/fastpermit/backends/memory.py
src/fastpermit/core/__init__.py
src/fastpermit/core/context.py
src/fastpermit/core/evaluator.py
src/fastpermit/core/helpers.py
src/fastpermit/core/permission.py
src/fastpermit/integrations/__init__.py
tests/test_context_and_backend.py
tests/test_evaluator.py
tests/test_integration.py
tests/test_object_permissions.py
tests/test_permissions.py