Metadata-Version: 2.1
Name: cmweather
Version: 0.1.0
Summary: A library of useful colormaps when visualizing weather and climate data, with numerous color vision deficiency friendly options
Home-page: https://github.com/openradar/cmweather
Maintainer: Open Radar Community
Maintainer-email: mgrover@anl.gov
License: MIT license
Project-URL: Documentation, https://github.com/openradar/cmweather
Project-URL: Source, https://github.com/openradar/cmweather
Project-URL: Tracker, https://github.com/openradar/cmweather/issues
Keywords: cmweather
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
License-File: LICENSE

.. image:: https://github.com/openradar/cmweather/actions/workflows/ci.yaml/badge.svg
    :target: https://github.com/openradar/cmweather/actions/workflows/ci.yaml
    :alt: Continuous Integration Status

.. image:: https://github.com/openradar/cmweather/actions/workflows/linting.yaml/badge.svg
    :target: https://github.com/openradar/cmweather/actions/workflows/linting.yaml
    :alt: Code Style Status

.. image:: https://img.shields.io/codecov/c/github/openradar/cmweather.svg?style=for-the-badge
    :target: https://codecov.io/gh/openradar/cmweather

.. If you want the following badges to be visible, please remove this line, and unindent the lines below
    .. image:: https://img.shields.io/readthedocs/cmweather/latest.svg?style=for-the-badge
        :target: https://cmweather.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

    .. image:: https://img.shields.io/pypi/v/cmweather.svg?style=for-the-badge
        :target: https://pypi.org/project/cmweather
        :alt: Python Package Index

    .. image:: https://img.shields.io/conda/vn/conda-forge/cmweather.svg?style=for-the-badge
        :target: https://anaconda.org/conda-forge/cmweather
        :alt: Conda Version


cmweather
=========

Development
------------

For a development install, do the following in the repository directory:

.. code-block:: bash

    conda env update -f ci/environment.yml
    conda activate cmweather-dev
    python -m pip install -e .

Also, please install `pre-commit` hooks from the root directory of the created project by running::

      pre-commit install

These code style pre-commit hooks (black, isort, flake8, ...) will run every time you are about to commit code.

.. If you want the following badges to be visible, please remove this line, and unindent the lines below
    Re-create notebooks with Pangeo Binder
    --------------------------------------

    Try notebooks hosted in this repo on Pangeo Binder. Note that the session is ephemeral.
    Your home directory will not persist, so remember to download your notebooks if you
    made changes that you need to use at a later time!

    .. image:: https://img.shields.io/static/v1.svg?logo=Jupyter&label=Pangeo+Binder&message=GCE+us-central1&color=blue&style=for-the-badge
        :target: https://binder.pangeo.io/v2/gh/openradar/cmweather/master?urlpath=lab
        :alt: Binder
