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
|
Source: minidb
Maintainer: Maxime Werlen <maxime@werlen.fr>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 11),
Build-Depends-Indep:
dh-python,
python3 (>= 3.3),
python3-distutils,
python3-nose,
Standards-Version: 4.2.1
Homepage: https://thp.io/2010/minidb/
Vcs-Browser: https://salsa.debian.org/mwerlen-guest/minidb
Vcs-Git: https://salsa.debian.org/mwerlen-guest/minidb.git
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.
|