colortest-python 3.0.2-1 source package in Ubuntu

Changelog

colortest-python (3.0.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.6.1.
  * debian/control: Simplify build-dep field to avoid false positive
    in python3.x-add transition.
  * debian/rules: Manually override configure/build/install targets.

 -- Boyuan Yang <email address hidden>  Mon, 21 Nov 2022 13:19:19 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
colortest-python_3.0.2-1.dsc 2.1 KiB 17887e06e5dc877477c0da9127b64091d06eb09a105c8577394b24be31f27001
colortest-python_3.0.2.orig.tar.gz 148.7 KiB b59a2278d085d947322dc245920fcc4d9510ed3eee432787e95ca2a45480bfed
colortest-python_3.0.2-1.debian.tar.xz 7.1 KiB abaef7e7cf3d757ea0874bd17b616ff3810e98fe9ad5d08ec701914b495dad70

No changes file available.

Binary packages built by this source

colortest-python: utility to test color capabilities of terminal

 Most terminals are capable of displaying 16 colors; 8 colors and 2
 different brightness values, some (like xterm) can display more, even
 256 colors.
 .
 The program automatically detects 8, 16, 88, 256 color capabilities
 (via ncurses) and displays the appropriate color charts. Program can
 display the colors as blocks or 2d cubes optionally with color values
 overlaid in int or hex values, it can show the full rgb text string
 and show the display with a vertical (default) or horizontal
 orientation.
 .
 In addition to the color charts it can also convert between 256 and
 88 color values. This can be useful when converting various terminals
 like between urxvt and xterm-256.
 .
 The goal in writing this script was to provide all the functionality of all
 the various terminal color displaying scripts found around the web in one
 place with some additional bells and whistles.