Metadata-Version: 1.1
Name: colortuple
Version: 1.0.0
Summary: A namedtuple for storing RGBA color values, along with a few simple methods
for generating and modifying colors.
Home-page: http://pypi.python.org/pypi/colortuple/
Author: Jonathan Hartley
Author-email: tartley@tartley.com
License: UNKNOWN
Description: The module also contains lots of named colors, e.g. SeaGreen = Color(1, 2, 3),
        taken from the xkcd color survey.
        
        Dependencies
        ------------
        
        Any operating system. Tested on Python 2.7, but ought to work on 3.x.
        No other dependencies.
        
        Install
        -------
        
        ::
        
            pip install colortuple
        
        Known Problems
        --------------
        
        None.
        
        Thanks
        ------
        
        Raymond Hettinger for named tuples.
        
        Contact
        -------
        
        :Documentation & download:
            http://pypi.python.org/pypi/colortuple/
        
        :Souce code and issues:
            https://github.com/tartley/colortuple/
        
        :Contact the author:
            Jonathan Hartley, email: tartley at domain tartley.com, Twitter: @tartley.
        
        
Keywords: color colour opengl OpenGL
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
