Source: python-dataset
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,
 python3,
 python3-alembic <!nocheck>,
 python3-banal <!nocheck>,
 python3-setuptools,
 python3-sqlalchemy <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/pudo/dataset
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dataset.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dataset
Rules-Requires-Root: no

Package: python3-dataset
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: database abstraction layer
 In short, dataset makes reading and writing data in databases
 as simple as reading and writing JSON files.
