Metadata-Version: 2.4
Name: colormath
Version: 3.0.0
Summary: Color math and conversion library.
Home-page: https://github.com/gtaylor/python-colormath
Download-URL: http://pypi.python.org/pypi/colormath/
Author: Gregory Taylor
Author-email: gtaylor@gc-taylor.com
License: BSD
Keywords: color math conversions
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: networkx>=2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

Python Color Math Module (colormath)
====================================

.. image:: https://travis-ci.org/gtaylor/python-colormath.png?branch=master
        :target: https://travis-ci.org/gtaylor/python-colormath
.. image:: https://pypip.in/d/colormath/badge.png
        :target: https://crate.io/packages/colormath/

This module implements a large number of different color operations such as
color space conversions, Delta E, and density to spectral.

Requirements
------------

* numpy
* NetworkX 2.0+
* Python 2.7 or Python 3.5+

Installation
------------

The easiest way to install colormath is via pip/easy_install::

    pip install colormath

Documentation
-------------

For documentation, see the project webpage at:

    http://python-colormath.readthedocs.org/
    
There are also a lot of useful examples under the examples directory within
this directory.

Support
-------

Head over to https://github.com/gtaylor/python-colormath
and submit an issue if you have any problems or questions.

Legal Mumbo Jumbo
-----------------

Copyright (C) 2018 `Gregory Taylor`_

This software is licensed under the BSD License.

.. _Gregory Taylor: http://gc-taylor.com
