.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
django_signposting/__init__.py
django_signposting/middleware.py
django_signposting/sparql.py
django_signposting/utils.py
django_signposting.egg-info/PKG-INFO
django_signposting.egg-info/SOURCES.txt
django_signposting.egg-info/dependency_links.txt
django_signposting.egg-info/requires.txt
django_signposting.egg-info/top_level.txt
example/manage.py
example/requirements.txt
example/example/__init__.py
example/example/asgi.py
example/example/settings.py
example/example/urls.py
example/example/views.py
example/example/wsgi.py
example/example/templates/jsonld.html
tests/__init__.py
tests/conftest.py
tests/test_html_signposting_middleware.py
tests/test_jsonld_signposting_middleware.py
tests/test_signposting_middleware.py
tests/test_utils.py