.gitignore
LICENSE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/workflows/cleanup-prereleases.yml
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/settings.json
docs/Makefile
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/_static/custom.css
src/axioms_drf/__init__.py
src/axioms_drf/_version.py
src/axioms_drf/authentication.py
src/axioms_drf/helper.py
src/axioms_drf/middleware.py
src/axioms_drf/permissions.py
src/axioms_drf_py.egg-info/PKG-INFO
src/axioms_drf_py.egg-info/SOURCES.txt
src/axioms_drf_py.egg-info/dependency_links.txt
src/axioms_drf_py.egg-info/requires.txt
src/axioms_drf_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_e2e.py
tests/test_e2e_algorithm_validation.py
tests/test_e2e_issuer_validation.py
tests/test_import.py