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
|
Source: minidb
Maintainer: Maxime Werlen <maxime@werlen.fr>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all
Build-Depends-Indep:
python3:any,
python3-pytest,
python3-setuptools
Standards-Version: 4.6.2
Homepage: https://thp.io/2010/minidb/
Vcs-Git: https://salsa.debian.org/mwerlen/minidb.git
Vcs-Browser: https://salsa.debian.org/mwerlen/minidb
Rules-Requires-Root: no
Package: python3-minidb
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: simple SQLite3-based store for Python objects
minidb 2 makes it easy to store Python objects in a SQLite 3 database and work
with the data in an easy way with concise syntax.
Designed for Python 3.
|