Metadata-Version: 2.1
Name: climpred
Version: 1.0.1
Summary: An xarray wrapper for analysis of ensemble forecast models for climate prediction.
Home-page: https://github.com/bradyrx/climpred
Maintainer: Riley X. Brady and Aaron Spring
Maintainer-email: riley.brady@colorado.edu
License: MIT
Description: .. image:: https://i.imgur.com/HPOdOsR.png
        
        An xarray wrapper for analysis of ensemble forecast models for climate prediction.
        
        .. image:: https://travis-ci.org/bradyrx/climpred.svg?branch=master
            :target: https://travis-ci.org/bradyrx/climpred
        
        .. image:: https://api.codacy.com/project/badge/Grade/a532752e9e814c6e895694463f307cd9
            :target: https://www.codacy.com/app/bradyrx/climpred?utm_source=github.com&utm_medium=referral&utm_content=bradyrx/climpred&utm_campaign=Badge_Grade
        
        .. image:: https://img.shields.io/pypi/v/climpred.svg
           :target: https://pypi.python.org/pypi/climpred/
        
        .. image:: https://coveralls.io/repos/github/bradyrx/climpred/badge.svg?branch=master
            :target: https://coveralls.io/github/bradyrx/climpred?branch=master
        
        .. image:: https://img.shields.io/readthedocs/climpred/latest.svg?style=flat
            :target: https://climpred.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
            :target: https://gitter.im/climpred
        
        .. image:: https://img.shields.io/github/license/bradyrx/climpred.svg
            :alt: license
            :target: LICENSE.txt
        
        Installation
        ============
        
        .. code-block:: bash
        
            pip install climpred
        
        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
Provides-Extra: graphics
