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
|
Source: sparql-wrapper-python
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Olivier Berger <obergix@debian.org>,
Christian M. Amsüss <chrysn@fsfe.org>
Build-Depends: debhelper (>= 10), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-nose, python3-nose
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sparqlwrapper.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sparqlwrapper.git
Homepage: http://rdflib.github.io/sparqlwrapper/
Package: python-sparqlwrapper
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: SPARQL endpoint interface to Python
This is a wrapper around a SPARQL service. It helps in
creating the query URI and, possibly, convert the
result into a more manageable format.
.
This is the Python 2 version of the package.
Package: python3-sparqlwrapper
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: SPARQL endpoint interface to Python3
This is a wrapper around a SPARQL service. It helps in
creating the query URI and, possibly, convert the
result into a more manageable format.
.
This is the Python 3 version of the package.
|