Overview
========

:mod:`Colorspacious` is a powerful, accurate, and easy-to-use Python
library for performing colorspace conversions.

Documentation:
  https://colorspacious.readthedocs.org

Installation:
  ``pip install colorspacious``

Downloads:
  https://pypi.python.org/pypi/colorspacious/

Code and bug tracker:
  https://github.com/njsmith/colorspacious

Contact:
  Nathaniel J. Smith <njs@pobox.com>

Dependencies:
  * Python 2.6+, or 3.3+
  * NumPy

Developer dependencies (only needed for hacking on source):
  * nose: needed to run tests

License:
  MIT, see LICENSE.txt for details.

Other Python packages with similar functionality that you might want
to check out as well or instead:

  * ``colour``: http://colour-science.org/
  * ``colormath``: http://python-colormath.readthedocs.org/
  * ``ciecam02``: https://pypi.python.org/pypi/ciecam02/
  * ``ColorPy``: http://markkness.net/colorpy/ColorPy.html
