Metadata-Version: 1.2
Name: climpred
Version: 2.1.1
Summary: Verification of weather and climate forecasts. prediction.
Home-page: https://github.com/pangeo-data/climpred
Maintainer: Riley X. Brady and Aaron Spring
Maintainer-email: riley.brady@colorado.edu
License: MIT
Description: .. image:: https://i.imgur.com/HPOdOsR.png
        
        Verification of weather and climate forecasts.
        
        ..
            Table version of badges inspired by pySTEPS.
        
        .. list-table::
            :stub-columns: 1
            :widths: 10 90
        
            * - docs
              - |docs|
            * - tests
              - |travis| |requires| |codecov|
            * - package
              - |conda| |pypi|
            * - license
              - |license|
            * - community
              - |gitter| |contributors| |downloads|
            * - tutorials
              - |gallery| |workshop| |cloud|
        
        .. |docs| image:: https://img.shields.io/readthedocs/climpred/stable.svg?style=flat
            :target: https://climpred.readthedocs.io/en/stable/?badge=stable
            :alt: Documentation Status
        
        .. |travis| image:: https://travis-ci.org/pangeo-data/climpred.svg?branch=master
            :target: https://travis-ci.org/pangeo-data/climpred
        
        .. |requires| image:: https://requires.io/github/pangeo-data/climpred/requirements.svg?branch=master
             :target: https://requires.io/github/pangeo-data/climpred/requirements/?branch=master
             :alt: Requirements Status
        
        .. |codecov| image:: https://codecov.io/gh/pangeo-data/climpred/branch/master/graph/badge.svg?token=e53kXaaOqS
              :target: https://codecov.io/gh/pangeo-data/climpred
        
        .. |conda| image:: https://img.shields.io/conda/vn/conda-forge/climpred.svg
            :target: https://anaconda.org/conda-forge/climpred
            :alt: Conda Version
        
        .. |pypi| image:: https://img.shields.io/pypi/v/climpred.svg
           :target: https://pypi.python.org/pypi/climpred/
        
        .. |license| image:: https://img.shields.io/github/license/pangeo-data/climpred.svg
            :alt: license
            :target: ../../LICENSE.txt
        
        .. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
            :target: https://gitter.im/climpred
        
        .. |contributors| image:: https://img.shields.io/github/contributors/pangeo-data/climpred
            :alt: GitHub contributors
            :target: https://github.com/pangeo-data/climpred/graphs/contributors
        
        .. |downloads| image:: https://img.shields.io/conda/dn/conda-forge/climpred
            :alt: Conda downloads
            :target: https://anaconda.org/conda-forge/climpred
        
        .. |gallery| image:: https://img.shields.io/badge/climpred-example_gallery-ed7b0e.svg
            :alt: climpred gallery
            :target: https://climpred.readthedocs.io/en/stable/examples.html
        
        .. |workshop| image:: https://img.shields.io/badge/climpred-workshop-f5a252
            :alt: climpred workshop
            :target: https://mybinder.org/v2/gh/bradyrx/climpred_workshop/master
        
        .. |cloud| image:: https://img.shields.io/badge/climpred-cloud_demo-f9c99a
            :alt: climpred cloud demo
            :target: https://github.com/aaronspring/climpred-cloud-demo
        
        Installation
        ============
        
        You can install the latest release of ``climpred`` using ``pip`` or ``conda``:
        
        .. code-block:: bash
        
            pip install climpred
        
        .. code-block:: bash
        
            conda install -c conda-forge climpred
        
        You can also install the bleeding edge (pre-release versions) by cloning this
        repository and running ``pip install . --upgrade`` in the main directory.
        
        Documentation
        =============
        
        Documentation is in development and can be found on readthedocs_.
        
        .. _readthedocs: https://climpred.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
