Metadata-Version: 2.1
Name: cmastro
Version: 0.2
Summary: Colormaps for Astronomers
Home-page: https://github.com/adrn/cmastro
Author: Adrian M. Price-Whelan
Author-email: adrianmpw@gmail.com
License: MIT
Description: ***************************************
        `cmastro`: colormaps for astronomers 🔭
        ***************************************
        
        |Documentation Status|
        
        This package contains custom colormaps that have been used in various
        astronomical applications, similar to `cmocean for oceanography
        <https://matplotlib.org/cmocean/>`_. The colormaps are available as raw data
        files through the `GitHub source repository
        <https://github.com/adrn/cmastro/tree/main/cmastro/cmaps>`_, or available to use
        (through this Python package) as `matplotlib colormaps
        <https://matplotlib.org/stable/tutorials/colors/colormaps.html>`_.
        
        |cmaps|
        
        
        Installation
        ============
        
        |PyPI|
        
        `cmastro` is available via `pip`, which is the recommended installation method.
        To install the latest stable version using `pip`, use::
        
            python -m pip install cmastro
        
        To install the latest development version::
        
            python -m pip install git+https://github.com/adrn/cmastro
        
        
        License
        =======
        
        |License|
        
        ``cmastro`` is free software made available under the MIT License. For details
        see the `LICENSE <https://github.com/adrn/gala/blob/main/LICENSE>`_ file.
        Copyright 2021 the contributors.
        
        .. .. |Build status| image:: https://github.com/adrn/gala/workflows/nix-tests/badge.svg?branch=main
        ..    :target: https://github.com/adrn/gala/actions?query=workflow%3Anix-tests
        
        .. |cmaps| image:: https://cmastro.readthedocs.io/en/latest/_images/index-1.png
           :target: https://cmastro.readthedocs.io
        .. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
           :target: https://github.com/adrn/cmastro/blob/main/LICENSE
        .. |PyPI| image:: https://badge.fury.io/py/cmastro.svg
           :target: https://badge.fury.io/py/cmastro
        .. |Documentation Status| image:: https://readthedocs.org/projects/cmastro/badge/?version=latest
           :target: http://cmastro.readthedocs.io/
        
Platform: UNKNOWN
Requires-Python: >=3.7
Provides-Extra: test
Provides-Extra: docs
