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
Raw data
{
"_id": null,
"home_page": "https://github.com/gtaylor/python-colormath",
"name": "colormath",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "color math conversions",
"author": "Gregory Taylor",
"author_email": "gtaylor@gc-taylor.com",
"download_url": "https://files.pythonhosted.org/packages/ce/cf/70ea34103a76cc6fb1892289bda321cd0cc73b1a5500ee7fe9ef9f64acef/colormath-3.0.0.tar.gz",
"platform": "Platform Independent",
"description": "Python Color Math Module (colormath)\n====================================\n\n.. image:: https://travis-ci.org/gtaylor/python-colormath.png?branch=master\n :target: https://travis-ci.org/gtaylor/python-colormath\n.. image:: https://pypip.in/d/colormath/badge.png\n :target: https://crate.io/packages/colormath/\n\nThis module implements a large number of different color operations such as\ncolor space conversions, Delta E, and density to spectral.\n\nRequirements\n------------\n\n* numpy\n* NetworkX 2.0+\n* Python 2.7 or Python 3.5+\n\nInstallation\n------------\n\nThe easiest way to install colormath is via pip/easy_install::\n\n pip install colormath\n\nDocumentation\n-------------\n\nFor documentation, see the project webpage at:\n\n http://python-colormath.readthedocs.org/\n \nThere are also a lot of useful examples under the examples directory within\nthis directory.\n\nSupport\n-------\n\nHead over to https://github.com/gtaylor/python-colormath\nand submit an issue if you have any problems or questions.\n\nLegal Mumbo Jumbo\n-----------------\n\nCopyright (C) 2018 `Gregory Taylor`_\n\nThis software is licensed under the BSD License.\n\n.. _Gregory Taylor: http://gc-taylor.com\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Color math and conversion library.",
"version": "3.0.0",
"split_keywords": [
"color",
"math",
"conversions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cecf70ea34103a76cc6fb1892289bda321cd0cc73b1a5500ee7fe9ef9f64acef",
"md5": "c5bcd610968355c7db284de3ce1dab8f",
"sha256": "3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217"
},
"downloads": -1,
"filename": "colormath-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c5bcd610968355c7db284de3ce1dab8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 39761,
"upload_time": "2017-12-27T20:15:11",
"upload_time_iso_8601": "2017-12-27T20:15:11.537358Z",
"url": "https://files.pythonhosted.org/packages/ce/cf/70ea34103a76cc6fb1892289bda321cd0cc73b1a5500ee7fe9ef9f64acef/colormath-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-12-27 20:15:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "gtaylor",
"github_project": "python-colormath",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "colormath"
}