summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d0d48798f8fb64c6cd2c9579ac8cce48a8cb0742 (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
Source: pgcli
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Uploaders: Lennart Weller <lhw@ring0.de>
Section: database
Priority: optional
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pgcli
Homepage: http://pgcli.com
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-pgspecial (>= 1.9.0),
               python3-setuptools (>= 0.6b3)
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python

Package: pgcli
Architecture: all
Depends: python3-click (>= 4.1),
         python3-configobj (>= 5.0.6),
         python3-pendulum (>= 2.1.0),
         python3-pkg-resources (>= 40),
         python3-prompt-toolkit (>= 3.0),
         python3-psycopg2 (>= 2.8),
         python3-pygments (>= 2.0),
         python3-sqlparse (>= 0.3.0),
         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.