python-consolekit 1.7.0-1 source package in Ubuntu

Changelog

python-consolekit (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 06 Apr 2024 11:32:20 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-consolekit_1.7.0-1.dsc 2.4 KiB 9da764a6ce1c0740e13ea992197248e4272a9c7248c08b586d59813203d65000
python-consolekit_1.7.0.orig.tar.gz 144.6 KiB 95b3a902b124fe1c3e7f4ea7f521ca7754ff1d74e3328c93bfc246285f02408f
python-consolekit_1.7.0-1.debian.tar.xz 12.5 KiB 797424dafbceee5a64569b981751e115d41b9c12fde9a1c623dcb7343949d2fb

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.