Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567637
en ru br
ALT Linux repos
S:0.4.6-alt1

Group :: Development/Python3
RPM: python3-module-colorama

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.4.6-alt1
Build date: 25 october 2022, 11:43 ( 78.7 weeks ago )
Size: 113.34 Kb

Home page:   https://pypi.python.org/pypi/colorama

License: BSD-3-Clause
Summary: Simple cross-platform colored terminal text in Python
Description:

Makes ANSI escape character sequences for producing colored terminal
text and cursor positioning work under MS Windows.

ANSI escape character sequences have long been used to produce colored
terminal text and cursor positioning on Unix and Macs. Colorama makes
this work on Windows, too, by wrapping stdout, stripping ANSI sequences
it finds (which otherwise show up as gobbledygook in your output), and
converting them into the appropriate win32 calls to modify the state of
the terminal. On other platforms, Colorama does nothing.

Colorama also provides some shortcuts to help generate ANSI sequences
but works fine in conjunction with any other ANSI sequence generation
library, such as Termcolor.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-colorama
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin