File: control

package info (click to toggle)
minidb 2.0.4-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: python: 1,387; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: minidb
Maintainer: Maxime Werlen <maxime@werlen.fr>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 12),
 dh-python,
Build-Depends-Indep:
 python3 (>= 3.3),
 python3-distutils,
 python3-pytest,
Standards-Version: 4.5.0
Homepage: https://thp.io/2010/minidb/
Vcs-Git: https://salsa.debian.org/mwerlen/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.