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
|
Source: rdflib-sqlalchemy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-alembic,
python3-rdflib,
python3-six,
python3-sqlalchemy,
python3-all,
python3-setuptools,
python3-pytest,
python3-pytest-cov,
python3-psycopg2,
python3-mysqldb,
python3-wheel,
tox,
Standards-Version: 4.6.2
Homepage: https://github.com/RDFLib/rdflib-sqlalchemy
Vcs-Git: https://salsa.debian.org/python-team/packages/rdflib-sqlalchemy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rdflib-sqlalchemy
Rules-Requires-Root: no
Package: python3-rdflib-sqlalchemy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-psycopg2, python3-mysql-connector
Description: RDFLib store using SQLAlchemy dbapi as back-end
RDFLib-SQLAlchemy is a formula-aware store for RDFLib that uses SQLAlchemy
to persist triples in relational databases.
.
Tested backends include:
.
* SQLite, using the built-in Python driver
* MySQL, using mysql-connector
* PostgreSQL, using psycopg2 or pg8000
|