1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Metadata-Version: 1.1
Name: colormath
Version: 3.0.0
Summary: Color math and conversion library.
Home-page: https://github.com/gtaylor/python-colormath
Author: Gregory Taylor
Author-email: gtaylor@gc-taylor.com
License: BSD
Download-URL: http://pypi.python.org/pypi/colormath/
Description-Content-Type: UNKNOWN
Description: 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
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
|