2025-02-09 18:53:51 +01:00
|
|
|
Source: mycli
|
|
|
|
Section: database
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
|
|
Uploaders:
|
|
|
|
Lennart Weller <lhw@ring0.de>,
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
2025-02-09 18:57:00 +01:00
|
|
|
dh-sequence-python3,
|
2025-02-09 19:16:46 +01:00
|
|
|
pybuild-plugin-pyproject,
|
2025-02-09 18:53:51 +01:00
|
|
|
python3,
|
|
|
|
python3-setuptools,
|
|
|
|
Rules-Requires-Root: no
|
2025-02-09 19:13:23 +01:00
|
|
|
Standards-Version: 4.7.0
|
2025-02-09 18:53:51 +01:00
|
|
|
Homepage: https://www.mycli.net
|
2025-02-09 19:21:06 +01:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/dbcli/pyfzf
|
|
|
|
Vcs-Git: https://forgejo.debian.net/dbcli/pyfzf
|
2025-02-09 18:53:51 +01:00
|
|
|
|
|
|
|
Package: mycli
|
|
|
|
Section: database
|
|
|
|
Architecture: all
|
|
|
|
Depends:
|
|
|
|
python3-cli-helpers,
|
|
|
|
python3-prompt-toolkit (>= 2.0),
|
2025-02-09 19:02:29 +01:00
|
|
|
python3-sqlglot,
|
2025-02-09 19:16:59 +01:00
|
|
|
python3-pyfzf,
|
2025-02-09 18:53:51 +01:00
|
|
|
python3-sqlparse (>= 0.4),
|
|
|
|
python3-tabulate,
|
|
|
|
python3-terminaltables,
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
|
|
|
Description: CLI for MySQL/MariaDB with auto-completion and syntax highlighting
|
|
|
|
mycli is a command line interface for MySQL/MariaDB with auto-completion and
|
|
|
|
syntax highlighting. It is also capable of pretty printing tabular data.
|