Metadata-Version: 2.1
Name: pyrcmip
Version: 0.2.0
Summary: Tools for accessing RCMIP data
Home-page: https://gitlab.com/rcmip/pyrcmip
Author: Zeb Nicholls, Jared Lewis
Author-email: zebedee.nicholls@climate-energy-college.org, jared.lewis@climate-energy-college.org
License: 3-Clause BSD License
Project-URL: Bug Reports, https://github.com/rcmip/pyrcmip/issues
Project-URL: Source, https://gitlab.com/rcmip/pyrcmip
Description: pyrcmip
        =======
        
        .. sec-begin-index
        
        pyrcmip is a tool for validating and uploading results to `RCMIP <http://rcmip.org>`_.  Reduced Complexity Model Intercomparison Project (RCMIP)
        is a project to test the ability of  reduced-complexity, simple climate models to emuate a range of CMIP6 coupled models.
        
        .. image:: https://mybinder.org/badge_logo.svg
         :target: https://mybinder.org/v2/gl/rcmip%2Fpyrcmip/master?filepath=notebooks%2Fexample-model-pipeline
        .. sec-end-index
        
        .. sec-begin-installation
        
        Installation
        ------------
        
        The easiest way to install pyrcmip is with `pip <https://pypi.org/project/pip/>`_
        
        ::
        
          # if you're using a virtual environment, make sure you're in it
          pip install pyrcmip
        
        .. sec-end-installation
        
        Documentation
        -------------
        
        Documentation can be found at our `documentation pages <https://pyrcmip.readthedocs.io/en/latest/>`_
        (we are thankful to `Read the Docs <https://readthedocs.org/>`_ for hosting us).
        
        
        Contributing
        ------------
        
        If you'd like to contribute, please make a pull request!
        The pull request templates should ensure that you provide all the necessary information.
        
        .. sec-begin-license
        
        License
        -------
        
        pyrcmip is free software under a BSD 3-Clause License, see `LICENSE <https://gitlab.com/rcmip/pyrcmip/blob/master/LICENSE>`_.
        
        .. sec-end-license
        
        If you make use of pyrcmip or any of the RCMIP project, please cite the articles provided in ``citations.bib``.
        
Keywords: data,simple climate model,climate,scm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: notebooks
Provides-Extra: tests
Provides-Extra: deploy
Provides-Extra: dev
