File: control

package info (click to toggle)
clikit 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: python: 9,575; sh: 6; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 820 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: clikit
Section: python
Priority: optional
Maintainer: Emmanuel Arias <eamanu@yaerobi.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-crashtest,
 python3-pastel,
 python3-pylev,
 python3-pytest,
 python3-pytest-mock,
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/sdispater/clikit
Vcs-Git: https://salsa.debian.org/python-team/packages/clikit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/clikit
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-clikit
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: utilities to build beautiful command lines interfaces
 CliKit is a group of utilities to build beautiful and testable
 command line interfaces.
 .
 This is at the core of Cleo.