File: control

package info (click to toggle)
python-consolekit 1.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,152 kB
  • sloc: python: 2,835; makefile: 8
file content (60 lines) | stat: -rw-r--r-- 2,558 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: python-consolekit
Section: python
Priority: optional
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-click,
               python3-coincidence,
               python3-colorama,
               python3-coverage,
               python3-deprecation-alias,
               python3-domdf-python-tools,
               python3-iniconfig,
               python3-mistletoe,
               python3-mypy,
               python3-psutil,
               python3-pytest-cov,
               python3-pytest-regressions,
               python3-pytest-timeout,
               python3-typing-extensions
Standards-Version: 4.7.2
Homepage: https://github.com/domdfcoding/consolekit
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-consolekit
Vcs-Git: https://salsa.debian.org/python-team/packages/python-consolekit.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-consolekit
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Additional utilities for click
 ConsoleKit is a Python utility that provides functionality to facilitate
 the creation of interactive applications in the terminal/console through
 clicks.
 .
 Input/Output Handling: ConsoleKit can provide utilities to interact with
 user input and display information on the terminal. This can include reading
 input, displaying messages, formatting text, and controlling colors.
 .
 Selection of menus and options: The package can support the creation of
 interactive menus in the terminal, allowing the user to select options using
 specific keys or numbers. This can be useful in cases where there are many
 options to choose from and the application needs an intuitive interface.
 .
 Handling Command Line Arguments: ConsoleKit can help parse and process
 arguments given on the command line when starting the application. This
 might include defining expected arguments, validating input, and providing
 help on proper application usage.
 .
 Interactive interface: With ConsoleKit, you can create an interactive
 interface where your application can display information to the user,
 request input, and dynamically respond to user actions.
 .
 Terminal Control: The package can provide functionality to manipulate
 aspects of the terminal such as clearing the screen, positioning the
 cursor, and resizing the window.