1Metadata-Version: 1.1
2Name: palettable
3Version: 3.3.0
4Summary: Color palettes for Python
5Home-page: https://jiffyclub.github.io/palettable/
6Author: Matt Davis
7Author-email: jiffyclub@gmail.com
8License: UNKNOWN
9Description: Palettable
10        ==========
11
12        .. image:: https://travis-ci.org/jiffyclub/palettable.png?branch=master
13           :alt: Travis-CI
14           :target: https://travis-ci.org/jiffyclub/palettable
15
16        .. image:: https://coveralls.io/repos/jiffyclub/palettable/badge.png
17           :alt: Coveralls
18           :target: https://coveralls.io/r/jiffyclub/palettable
19
20        .. image:: https://img.shields.io/pypi/v/palettable.svg
21           :alt: PyPI
22           :target: https://pypi.python.org/pypi/palettable/
23
24        .. image::  https://img.shields.io/pypi/wheel/palettable.svg
25            :target: https://pypi.python.org/pypi/palettable/
26            :alt: Wheel Status
27
28        Color Palettes for Python
29        -------------------------
30
31        Palettable (formerly brewer2mpl) is a library of color palettes for Python.
32        It's written in pure Python with no dependencies, but it can supply color maps
33        for matplotlib. You can use Palettable to customize matplotlib plots or supply
34        colors for a web application.
35
36        For more information see the
37        `documentation <https://jiffyclub.github.io/palettable/>`_.
38
39Platform: UNKNOWN
40Classifier: License :: OSI Approved :: MIT License
41Classifier: Programming Language :: Python
42Classifier: Programming Language :: Python :: 2
43Classifier: Programming Language :: Python :: 2.7
44Classifier: Programming Language :: Python :: 3
45Classifier: Programming Language :: Python :: 3.4
46Classifier: Programming Language :: Python :: 3.5
47Classifier: Programming Language :: Python :: 3.6
48Classifier: Programming Language :: Python :: 3.7
49Classifier: Topic :: Scientific/Engineering :: Visualization
50