Metadata-Version: 2.2
Name: colourettu
Version: 2.0.0
Summary: Colourettu is a collection of colour related functions.
Home-page: http://minchin.ca/colourettu/
Author: William Minchin
Author-email: w_minchin@hotmail.com
License: MIT License
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: Pillow
Provides-Extra: build
Requires-Dist: pip; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: setuptools>=18.0; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: docs
Requires-Dist: sphinx>=1.4; extra == "docs"
Requires-Dist: cloud_sptheme>=1.8; extra == "docs"
Requires-Dist: releases; extra == "docs"
Requires-Dist: Babel!=2.0,>=1.3; extra == "docs"
Provides-Extra: test
Requires-Dist: green>=1.9.4; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pydocstyle; extra == "test"
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: check-manifest; extra == "test"
Provides-Extra: all
Requires-Dist: pip; extra == "all"
Requires-Dist: wheel; extra == "all"
Requires-Dist: setuptools>=18.0; extra == "all"
Requires-Dist: twine; extra == "all"
Requires-Dist: sphinx>=1.4; extra == "all"
Requires-Dist: cloud_sptheme>=1.8; extra == "all"
Requires-Dist: releases; extra == "all"
Requires-Dist: Babel!=2.0,>=1.3; extra == "all"
Requires-Dist: green>=1.9.4; extra == "all"
Requires-Dist: coverage; extra == "all"
Requires-Dist: isort; extra == "all"
Requires-Dist: pydocstyle; extra == "all"
Requires-Dist: pycodestyle; extra == "all"
Requires-Dist: check-manifest; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

.. image:: https://raw.githubusercontent.com/MinchinWeb/colourettu/master/docs/colourettu-logo-4x.png
    :align: center

Colourettu is a small collection of colour functions in Python. These can be used to determine the (relative) luminosity of a colour and the contrast between two colours. There is also the palette class for dealing with a 'list' of colours.

.. image:: https://img.shields.io/pypi/v/colourettu.svg?style=flat
    :target: https://pypi.python.org/pypi/colourettu/

.. monthly downloads -- https://img.shields.io/pypi/dm/colourettu.svg?style=flat

.. image:: https://api.travis-ci.org/MinchinWeb/colourettu.svg?branch=master
    :target: http://travis-ci.org/MinchinWeb/colourettu

.. image:: https://coveralls.io/repos/MinchinWeb/colourettu/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/MinchinWeb/colourettu?branch=master

.. image:: https://img.shields.io/pypi/l/colourettu.svg?style=flat
    :target: https://github.com/MinchinWeb/colourettu/blob/master/LICENSE

.. https://landscape.io/github/USERNAME/PROJECT/master/landscape.png

.. https://badge.waffle.io/USERNAME/PROJETC.png?label=ready&title=Ready

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

::

    pip install colourettu

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

Full documentation is available at http://minchin.ca/colourettu/

Changelog
---------

Full changelog is available at http://minchin.ca/colourettu/changelog.html

Links
-----

- Code, on GitHub: http://www.github.com/minchinweb/colourettu/
- Report a Bug! https://github.com/minchinweb/colourettu/issues
- Documentation: http://minchin.ca/colourettu/
- Listing on PyPI: https://pypi.python.org/pypi/colourettu

License
-------

*Colourettu* is licensed under the MIT license.
