python-consolekit 1.6.0-2 source package in Ubuntu

Changelog

python-consolekit (1.6.0-2) unstable; urgency=medium

  * debian/control:
       - Added dependencies for running tests
       - Added Testsuite: autopkgtest-pkg-pybuild
  * debian/rules: Enabled test execution

 -- Josenilson Ferreira da Silva <email address hidden>  Mon, 01 Jan 2024 12:49:06 -0300

Upload details

Uploaded by:
Josenilson Ferreira da Silva
Uploaded to:
Sid
Original maintainer:
Josenilson Ferreira da Silva
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-consolekit_1.6.0-2.dsc 2.4 KiB 5b761090c9593319be3bf9d7313101c018f2a69fd9542b04f6c1e90cb7f8c0cf
python-consolekit_1.6.0.orig.tar.gz 144.6 KiB a5921088eba17c589caf9d8ccbd152db5a5725898d709b85a37a45a98cfde39f
python-consolekit_1.6.0-2.debian.tar.xz 12.4 KiB ed42570864a80ce0df64c3f7e1bf053b723cc3d1963cf64dcc1bf205f1882ce0

Available diffs

No changes file available.

Binary packages built by this source

python3-consolekit: 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.