1Palettable
2==========
3
4.. image:: https://travis-ci.org/jiffyclub/palettable.png?branch=master
5   :alt: Travis-CI
6   :target: https://travis-ci.org/jiffyclub/palettable
7
8.. image:: https://coveralls.io/repos/jiffyclub/palettable/badge.png
9   :alt: Coveralls
10   :target: https://coveralls.io/r/jiffyclub/palettable
11
12.. image:: https://img.shields.io/pypi/v/palettable.svg
13   :alt: PyPI
14   :target: https://pypi.python.org/pypi/palettable/
15
16.. image::  https://img.shields.io/pypi/wheel/palettable.svg
17    :target: https://pypi.python.org/pypi/palettable/
18    :alt: Wheel Status
19
20Color Palettes for Python
21-------------------------
22
23Palettable (formerly brewer2mpl) is a library of color palettes for Python.
24It's written in pure Python with no dependencies, but it can supply color maps
25for matplotlib. You can use Palettable to customize matplotlib plots or supply
26colors for a web application.
27
28For more information see the
29`documentation <https://jiffyclub.github.io/palettable/>`_.
30