File: control

package info (click to toggle)
tinydb 3.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 436 kB
  • sloc: python: 2,033; makefile: 149
file content (29 lines) | stat: -rw-r--r-- 1,108 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
25
26
27
28
29
Source: tinydb
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Adrian Alves <aalves@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest <!nocheck>,
               python3-pytest-runner <!nocheck>,
               python3-pytest-cov <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/tinydb
Vcs-Git: https://salsa.debian.org/python-team/modules/tinydb.git
Homepage: https://github.com/msiemens/tinydb

Package: python3-tinydb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: document oriented database optimized
 TinyDB is a tiny, document oriented database optimized
 for your happiness :) It's written in pure Python and
 has no external requirements. The target are small apps
 that would be blown away by a SQL-DB or an external
 database server.