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 30 31 32
|
Source: tinydb
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adrian Alves <aalves@gmail.com>,
Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-setuptools,
python3-pytest <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-pytest-cov <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/tinydb
Vcs-Git: https://salsa.debian.org/python-team/packages/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.
|