Metadata-Version: 2.1
Name: scmdata
Version: 0.4.3a1
Summary: Data handling for simple climate model data
Home-page: https://github.com/openscm/scmdata
Author: Jared Lewis, Zeb Nicholls
Author-email: jared.lewis@climate-energy-college.org, zebedee.nicholls@climate-energy-college.org
License: 3-Clause BSD License
Project-URL: Bug Reports, https://github.com/openscm/scmdata/issues
Project-URL: Documentation, https://scmdata.readthedocs.io/en/latest
Project-URL: Source, https://github.com/openscm/scmdata
Description: SCMData
        =======
        
        .. sec-begin-links
        
        +-------------------+----------------+--------------+
        | Repository health |    |CI CD|     |  |Coverage|  |
        +-------------------+----------------+--------------+
        
        +-----------------+------------------+----------------+------------------+
        | Latest releases |  |PyPI Install|  |     |PyPI|     |  |PyPI Version|  |
        +-----------------+------------------+----------------+------------------+
        
        +-----------------+----------------+---------------+-----------+
        |   Other info    | |Contributors| | |Last Commit| | |License| |
        +-----------------+----------------+---------------+-----------+
        
        .. |CI CD| image:: https://github.com/openscm/scmdata/workflows/scmdata%20CI-CD/badge.svg
            :target: https://github.com/openscm/scmdata/actions?query=workflow%3A%22scmdata+CI-CD%22
        .. |Coverage| image:: https://codecov.io/gh/openscm/scmdata/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/openscm/scmdata
        .. |PyPI Install| image:: https://github.com/openscm/scmdata/workflows/Test%20PyPI%20install/badge.svg
            :target: https://github.com/openscm/scmdata/actions?query=workflow%3A%22Test+PyPI+install%22
        .. |PyPI| image:: https://img.shields.io/pypi/pyversions/scmdata.svg
            :target: https://pypi.org/project/scmdata/
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/scmdata.svg
            :target: https://pypi.org/project/scmdata/
        .. |Contributors| image:: https://img.shields.io/github/contributors/openscm/scmdata.svg
            :target: https://github.com/openscm/scmdata/graphs/contributors
        .. |Last Commit| image:: https://img.shields.io/github/last-commit/openscm/scmdata.svg
            :target: https://github.com/openscm/scmdata/commits/master
        .. |License| image:: https://img.shields.io/github/license/openscm/scmdata.svg
            :target: https://github.com/openscm/scmdata/blob/master/LICENSE
        
        .. sec-end-links
        
        .. sec-begin-index
        
        SCMData provides some useful data handling routines for dealing with data pertaining to Simple Climate Models (SCMs).
        
        An ``ScmDataFrame`` provides a subset of the functionality provided by `pyam <https://github.com/IAMconsortium/pyam>`_'s IamDataFrame,
        but is adapted to provide better performance for timeseries data. This package was originally part of `openscm <https://github.com/openclimatedata/openscm>`_.
        
        .. sec-end-index
        
        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
        -------
        
        ScmData is free software under a BSD 3-Clause License, see `LICENSE <https://github.com/openscm/license/blob/master/LICENSE>`_.
        
        .. sec-end-license
        
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: optional
Provides-Extra: plotting
Provides-Extra: tests
Provides-Extra: dev
Provides-Extra: deploy
