summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: a7b6ee343e723c26d2a194bbee52435be164c4fe (plain)
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
33
34
35
36
Source: mycli
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Uploaders:
 Lennart Weller <lhw@ring0.de>,
Section: database
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
Standards-Version: 4.5.1
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli
Homepage: https://www.mycli.net
Testsuite: autopkgtest-pkg-python

Package: mycli
Architecture: all
Depends:
 python3-cli-helpers,
 python3-click,
 python3-configobj,
 python3-cryptography,
 python3-pkg-resources,
 python3-prompt-toolkit (>= 2.0),
 python3-pygments,
 python3-pymysql,
 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.