Metadata-Version: 1.2
Name: truecolor
Version: 1.0b2
Summary: A Truecolor terminal library for Python
Home-page: https://github.com/simplegadget512/Truecolor
Author: Albert Freeman
Author-email: simplegadget512@gmail.com
License: MIT
Description: Truecolor
        =========
        
        A True color terminal library for Python — similar in function to the
        `termcolor library <https://pypi.python.org/pypi/termcolor/1.1.0>`__. It
        allows one to output color text in supported terminals using escape
        codes.
        
        Available functions
        -------------------
        
        -  **bold** - Return a bolder version of a color tuple.
        -  **dim** - Return a dimmer version of a color tuple.
        -  **hex\_to\_rgb** - Return a tuple of (red, green, blue) for a color
           given as #rrggbb.
        -  **rgb\_to\_hex** - Return color as #rrggbb for the given color tuple
           or component values.
        -  **fore\_text** - Return text string with foreground only set.
        -  **color\_text** - Return text string with foreground and background
           set.
        -  **fore\_print** - Print text string with foreground only set.
        -  **color\_print** - Print text string with foreground and background
           set.
        
Keywords: ansi color console terminal
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
Requires-Python: >=2.7
