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-distutils,
 python3-pytest
Standards-Version: 4.6.1
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.
