Пакет python3-module-colorama: Информация

    Исходный пакет: python3-module-colorama
    Версия: 0.4.6-alt1
    Собран:  29 октября 2022 г. 7:36
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/colorama

    Лицензия: BSD-3-Clause
    О пакете: Simple cross-platform colored terminal text in Python
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-colorama (noarch)

    Сопровождающий: Grigory Ustinov


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

    Последнее изменение


    25 октября 2022 г. Grigory Ustinov 0.4.6-alt1
    - Automatically updated to 0.4.6.
    4 августа 2022 г. Grigory Ustinov 0.4.5-alt1
    - Automatically updated to 0.4.5.
    22 июля 2021 г. Grigory Ustinov 0.4.4-alt2
    - Drop python2 support.