Package python-module-colorama: Information

    Source package: python-module-colorama
    Version: 0.3.3-alt1.git20150709.1
    Build time:  Mar 14, 2016, 08:27 AM in the task #161284
    Report package bug
    License: BSD
    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:
    python-module-colorama (noarch)
    python3-module-colorama (noarch)



      1. python3-devel
      2. python3-module-mock
      3. python3-module-setuptools-tests
      4. rpm-build-python3
      5. python-devel
      6. python-module-mock
      7. python-module-setuptools-tests

    Last changed


    March 13, 2016 Ivan Zakharyaschev 0.3.3-alt1.git20150709.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    July 30, 2015 Eugeny A. Rostovtsev 0.3.3-alt1.git20150709
    - Version 0.3.3
    Nov. 21, 2014 Eugeny A. Rostovtsev 0.3.2-alt1.git20141101
    - Initial build for Sisyphus