Metadata-Version: 1.1
Name: terminal-colors
Version: 0.1
Summary: Utility to test color capabilities of terminal.
Home-page: https://github.com/eikenb/terminal-colors
Author: John Eikenberry
Author-email: jae@zhar.net
License: UNKNOWN
Description: My goal in writing this script was to provide all the functionality of all the
        various perl/sh scripts found around the web in one place with some additional
        bells and whistles.
        
        It automatically detects 8, 16, 88, 256 color capabilities (via ncurses) and
        displays the appropriate color charts. It can display the colors as blocks or
        (2d) cubes optionally with color values overlaid in int or hex values.  It can
        show the full rgb text string as well. It can also show the display with a
        vertical (default) or horizontal orientation or have additional padding.
        
        It also works as a utility for converting between 256 and 88 color values.
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
