File: control

package info (click to toggle)
iredis 1.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,240 kB
  • sloc: python: 7,194; sh: 16; makefile: 14
file content (31 lines) | stat: -rw-r--r-- 876 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
Source: iredis
Section: database
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-argcomplete,
 python3-poetry,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://iredis.xbin.io
Vcs-Browser: https://forgejo.debian.net/dbcli/iredis
Vcs-Git: https://forgejo.debian.net/dbcli/iredis
Testsuite: autopkgtest-pkg-python

Package: iredis
Section: database
Architecture: all
Depends:
 python3-argcomplete,
 python3-importlib-resources,
 python3-mistune (>= 2.0.2),
 ${misc:Depends},
 ${python3:Depends},
Description: CLI for Redis with auto-completion and syntax highlighting
 IRedis is a command line interface for Redis with auto-completion and
 syntax highlighting. It is also capable of pretty printing tabular data.