File: control

package info (click to toggle)
pgcli 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,472 kB
  • sloc: python: 10,390; sh: 67; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 959 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
34
Source: pgcli
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Uploaders:
 Lennart Weller <lhw@ring0.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-psycopg (>= 3.1.7-4~),
 python3-setuptools,
 python3-sqlparse (>= 0.3),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://www.pgcli.com
Vcs-Browser: https://forgejo.debian.net/dbcli/pgcli
Vcs-Git: https://forgejo.debian.net/dbcli/pgcli

Package: pgcli
Section: database
Architecture: all
Depends:
 python3-cli-helpers,
 python3-pgspecial (>= 2),
 python3-prompt-toolkit (>= 3.0),
 python3-sqlparse (>= 0.3),
 python3-tabulate,
 ${misc:Depends},
 ${python3:Depends},
Description: CLI for PostgreSQL with auto-completion and syntax highlighting
 pgcli is a command line interface for PostgreSQL with auto-completion and
 syntax highlighting. It is also capable of pretty printing tabular data.