Package python3-module-colorama: Information

    Source package: python3-module-colorama
    Version: 0.4.6-alt1
    Build time:  Oct 28, 2022, 05:28 AM
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-colorama (noarch)

    Maintainer: Grigory Ustinov


      1. python3-module-hatchling
      2. python3-module-pyproject-installer
      3. python3-module-pytest
      4. rpm-build-python3

    Last changed


    Oct. 25, 2022 Grigory Ustinov 0.4.6-alt1
    - Automatically updated to 0.4.6.
    Aug. 4, 2022 Grigory Ustinov 0.4.5-alt1
    - Automatically updated to 0.4.5.
    July 22, 2021 Grigory Ustinov 0.4.4-alt2
    - Drop python2 support.