Metadata-Version: 2.1
Name: cmaptools
Version: 0.0.4a0
Summary: A collection of functions to analyze and fix bad colormaps
Home-page: https://github.com/mycarta/cmaptools
Author: Matteo Niccoli
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# cmaptools
A set of functions to analyze and fix bad colormaps

## Installation

You can install with `pip`:

    pip install cmaptools


## Documentation

Coming soon!
For now check: Evaluate and compare colormaps, an [SEG Geophysical tutorial](https://github.com/seg/tutorials-2014#august-2014)



