Metadata-Version: 2.4
Name: colormath2
Version: 3.0.3
Summary: Color math and conversion library.
Home-page: https://github.com/bkmgit/python-colormath2
Download-URL: http://pypi.python.org/pypi/colormath2/
Author: Gregory Taylor
Author-email: gtaylor@gc-taylor.com
Maintainer: Benson Muite
License: BSD-3-Clause
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 :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: networkx>=2.0
Provides-Extra: development
Requires-Dist: black; extra == "development"
Requires-Dist: flake8; extra == "development"
Requires-Dist: nose2; extra == "development"
Requires-Dist: pre-commit; extra == "development"
Requires-Dist: sphinx; extra == "development"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Python Color Math2 Module (colormath2)
======================================

A maintained fork of the unmaintained `python-colormath`_


.. start-badges

|actions|

.. |actions| image:: https://github.com/bkmgit/python-colormath2/workflows/Continuous%20Integration/badge.svg
    :target: https://github.com/bkmgit/python-colormath2/actions
    :alt: Master Build Status

.. end-badges

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 3.8+

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

The easiest way to install colormath2 is via pip::

    $ pip install colormath2

The development dependencies are installed as follows:

    $ pip install 'colormath2[development]'

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/bkmgit/python-colormath2
and submit an issue if you have any problems or questions.

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

Copyright (C) 2008-2023 `Gregory Taylor`_

Copyright (c) 2024 Benson Muite

This software is licensed under the BSD-3-Clause License.

.. _Gregory Taylor: http://gc-taylor.com
.. _python-colormath: https://github.com/gtaylor/python-colormath
