File: control

package info (click to toggle)
mycli 1.23.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,068 kB
  • sloc: python: 6,825; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,130 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
30
31
32
33
Source: mycli
Maintainer: Lennart Weller <lhw@ring0.de>
Section: database
Priority: optional
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               dh-python,
               python3,
               python3-setuptools (>= 0.6b3)
Standards-Version: 4.5.0
Vcs-git: https://salsa.debian.org/lhw-guest/mycli.git
Vcs-browser: https://salsa.debian.org/lhw-guest/mycli
Homepage: http://mycli.net
Testsuite: autopkgtest-pkg-python

Package: mycli
Architecture: all
Depends: python3-click (>= 7.0),
         python3-configobj (>= 5.0.5),
         python3-cryptography (>= 1.0.0),
         python3-pkg-resources (>= 40),
         python3-prompt-toolkit (>= 2.0.6),
         python3-pygments (>= 1.6),
         python3-pymysql (>= 0.9.2),
         python3-sqlparse (>= 0.4.0),
         python3-tabulate (>= 0.8.2),
         python3-terminaltables,
         ${misc:Depends},
         ${python3:Depends}
Description: CLI for MySQL/MariaDB
 This is a command line interface for MySQL, MariaDB, and Percona with
 auto-completion and syntax highlighting. The CLI is also capable of pretty
 printing tabular data.