Metadata-Version: 2.1
Name: cmap
Version: 0.0.0rc0
Summary: Scientific colormaps
Project-URL: homepage, https://github.com/tlambert03/cmap
Project-URL: repository, https://github.com/tlambert03/cmap
Author: Talley Lambert
Author-email: talley.lambert@gmail.com
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# cmap

Scientific colormaps for Python.  Intended to be cross-compatible with
major scientific plotting libraries (matplotlib, napari, vispy, etc).
