Metadata-Version: 1.1
Name: palettable
Version: 3.3.0
Summary: Color palettes for Python
Home-page: https://jiffyclub.github.io/palettable/
Author: Matt Davis
Author-email: jiffyclub@gmail.com
License: UNKNOWN
Description: Palettable
        ==========
        
        .. image:: https://travis-ci.org/jiffyclub/palettable.png?branch=master
           :alt: Travis-CI
           :target: https://travis-ci.org/jiffyclub/palettable
        
        .. image:: https://coveralls.io/repos/jiffyclub/palettable/badge.png
           :alt: Coveralls
           :target: https://coveralls.io/r/jiffyclub/palettable
        
        .. image:: https://img.shields.io/pypi/v/palettable.svg
           :alt: PyPI
           :target: https://pypi.python.org/pypi/palettable/
        
        .. image::  https://img.shields.io/pypi/wheel/palettable.svg
            :target: https://pypi.python.org/pypi/palettable/
            :alt: Wheel Status
        
        Color Palettes for Python
        -------------------------
        
        Palettable (formerly brewer2mpl) is a library of color palettes for Python.
        It's written in pure Python with no dependencies, but it can supply color maps
        for matplotlib. You can use Palettable to customize matplotlib plots or supply
        colors for a web application.
        
        For more information see the
        `documentation <https://jiffyclub.github.io/palettable/>`_.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
