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
|
Source: litecli
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/dbcli/litecli
Vcs-Browser: https://forgejo.debian.net/dbcli/litecli
Vcs-Git: https://forgejo.debian.net/dbcli/litecli
Testsuite: autopkgtest-pkg-python
Package: litecli
Section: database
Architecture: all
Depends:
python3-cli-helpers,
${misc:Depends},
${python3:Depends},
Description: CLI for SQlite with auto-completion and syntax highlighting
litecli is a command line interface for SQlite with auto-completion and
syntax highlighting. It is also capable of pretty printing tabular data.
|