1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: python-rdflib-endpoint
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexandre Detiste <tchet@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-click <!nocheck>,
python3-fastapi <!nocheck>,
python3-hatchling,
python3-httpx <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-rdflib <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rdflib-endpoint.git
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rdflib-endpoint.git
Homepage: https://github.com/vemonet/rdflib-endpoint
Package: python3-rdflib-endpoint
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
Description: SPARQL endpoint for RDFLib
rdflib-endpoint is a SPARQL endpoint based on RDFLib to easily
serve RDF files locally, machine learning models,
or any other logic implemented in Python via custom SPARQL functions.
Package: rdflib-endpoint
Architecture: all
Depends: python3,
python3-rdflib-endpoint,
${python3:Depends},
${misc:Depends},
Description: SPARQL endpoint for RDFLib - command line tool
rdflib-endpoint is a SPARQL endpoint based on RDFLib to easily
serve RDF files locally, machine learning models,
or any other logic implemented in Python via custom SPARQL functions.
.
This is the command-line tool.
|