CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
136 stars 32 forks source link

Preparing for release 1.3.9 #453

Closed c-martinez closed 7 months ago

c-martinez commented 7 months ago

Changes include:

Creating JSON-LD via SPARQLTransformer

Adding Gitlab support (testing, authentication)

Update supported Python versions: 3.8 to 3.11

Refactor query rewriter

Dependabot updates for flask, pygithub, pytest, python-gitlab, pyaml

Linter using flake8 and black

Update notebook example for using grlc as a library

Adding endpoint-method decorator allowing to control POST/GET communication with SPARQL endpoint

Replace docopt by docopt-ng