Extract signposts from jsonld (#1)

* use rdflib to extract signposts from jsonld

* use rdflib to extract signposts from jsonld

* linting

* unit tests for jsonld middleware

* update readme

* update flake pipeline

---------

Co-authored-by: Daniel Bauer <daniel.bauer@senckenberg.de>
This commit is contained in:
Daniel Bauer
2024-11-11 13:02:55 +01:00
committed by GitHub
parent bbf0527733
commit 0cd321112f
11 changed files with 564 additions and 28 deletions

View File

@@ -12,8 +12,10 @@ version = "0.10.0"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"Django>=3.0",
"beautifulsoup4>=4.12.3",
"django>=3.0",
"signposting>=0.9.9",
"rdflib>=7.1.1",
]
license = {file= "LICENSE"}
@@ -28,4 +30,4 @@ dev = [
[pytest]
minversion = 6.0
addopts = "-ra -q"
testpaths = ["tests"]
testpaths = ["tests"]