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
|
Source: pgcli
Maintainer: Lennart Weller <lhw@ring0.de>
Section: database
Priority: optional
Vcs-git: https://salsa.debian.org/lhw-guest/pgcli.git
Vcs-browser: https://salsa.debian.org/lhw-guest/pgcli
Homepage: http://pgcli.com
X-Python3-Version: >= 3.7
Build-Depends: debhelper (>= 11),
dh-python,
python3,
python3-pgspecial (>= 1.9.0),
python3-setuptools (>= 0.6b3)
Standards-Version: 4.3.0
Testsuite: autopkgtest-pkg-python
Package: pgcli
Architecture: all
Depends: python3-click (>= 4.1),
python3-configobj (>= 5.0.6),
python3-humanize (>= 0.5.1),
python3-pkg-resources (>= 40),
python3-prompt-toolkit (>= 1.0.10),
python3-psycopg2 (>= 2.7.4),
python3-pygments (>= 2.0),
python3-setproctitle (>= 1.1.9),
python3-sqlparse (>= 0.2.2),
python3-tabulate (>= 0.8.2),
python3-terminaltables,
${misc:Depends},
${python3:Depends}
Description: CLI for Postgres
pgcli is a command line interface for PostgreSQL with
auto-completion and syntax highlighting. The CLI is also capable of pretty
printing tabular data.
|