| 12
 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
 
 | 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.
 |