Metadata-Version: 2.1
Name: cmip6-data-citation-generator
Version: 0.1.1
Summary: CMIP6 auxillary tool to generate data citation files from output data files
Home-page: https://github.com/znicholls/CMIP6-json-data-citation-generator
Author: Zebedee Nicholls
Author-email: zebedee.nicholls@climate-energy-college.org
License: 2-Clause BSD License
Description: .. code::
        
               ________  ___________  _____    ____        __           _______ __        __  _
              / ____/  |/  /  _/ __ \/ ___/   / __ \____ _/ /_____ _   / ____(_/ /_____ _/ /_(_____  ____
             / /   / /|_/ // // /_/ / __ \   / / / / __ `/ __/ __ `/  / /   / / __/ __ `/ __/ / __ \/ __ \
            / /___/ /  / _/ // ____/ /_/ /  / /_/ / /_/ / /_/ /_/ /  / /___/ / /_/ /_/ / /_/ / /_/ / / / /
            \____/_/  /_/___/_/    \____/  /_____/\__,_/\__/\__,_/   \____/_/\__/\__,_/\__/_/\____/_/ /_/
        
                                       ______                           __
                                      / _______  ____  ___  _________ _/ /_____  _____
                                     / / __/ _ \/ __ \/ _ \/ ___/ __ `/ __/ __ \/ ___/
                                    / /_/ /  __/ / / /  __/ /  / /_/ / /_/ /_/ / /
                                    \____/\___/_/ /_/\___/_/   \__,_/\__/\____/_/
        
        
        .. sec-begin-index
        
        +--------+-------------------+-----------+--------+
        | Basics | |Python Versions| | |License| | |Docs| |
        +--------+-------------------+-----------+--------+
        
        +-----------+----------+
        | Citations | |Zenodo| |
        +-----------+----------+
        
        +-------------------+----------------+-----------+
        | Repository health | |Build Status| | |Codecov| |
        +-------------------+----------------+-----------+
        
        +-----------------+--------+------------------+
        | Latest releases | |PyPI| | |Latest Version| |
        +-----------------+--------+------------------+
        
        +-----------------+----------------+---------------+------------------------------+
        | Latest activity | |Contributors| | |Last Commit| | |Commits Since Last Release| |
        +-----------------+----------------+---------------+------------------------------+
        
        .. sec-end-index
        
        License
        -------
        
        .. sec-begin-license
        
        The CMIP6 Data Citation Generator is free software under a BSD 2-Clause License, see `LICENSE <./LICENSE>`_.
        If you make any use of the CMIP6 Data Citation Generator, please cite the relevant [to do: Zenodo release] `Zenodo release <https://zenodo.org/search?page=1&size=20&q=cmip6-data-citation-generator>`_.
        
        .. sec-end-license
        
        .. sec-begin-installation
        
        Installation
        ------------
        
        The CMIP6 Data Citation Generator can be installed with `pip <https://pypi.org/project/pip/>`_.
        
        ::
        
          # if you're using a virtual environment, make sure you're in it
          pip install cmip6-data-citation-generator
        
        .. sec-end-installation
        
        .. sec-begin-links
        
        .. |Build Status| image:: https://travis-ci.org/znicholls/CMIP6-json-data-citation-generator.svg?branch=master
            :target: https://travis-ci.org/znicholls/CMIP6-json-data-citation-generator
        .. |Docs| image:: https://readthedocs.org/projects/cmip6-json-data-citation-generator/badge/?version=latest
            :target: https://cmip6-json-data-citation-generator.readthedocs.io/en/latest/
        .. |Codecov| image:: https://img.shields.io/codecov/c/github/znicholls/CMIP6-json-data-citation-generator.svg
            :target: https://codecov.io/gh/znicholls/CMIP6-json-data-citation-generator
        .. |PyPI| image:: https://img.shields.io/pypi/v/cmip6-data-citation-generator.svg
            :target: https://pypi.org/project/cmip6-data-citation-generator/
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/cmip6-data-citation-generator.svg
            :target: https://pypi.org/project/CMIP6-json-data-citation-generator/
        .. |Latest Version| image:: https://img.shields.io/github/tag/znicholls/CMIP6-json-data-citation-generator.svg
            :target: https://github.com/znicholls/CMIP6-json-data-citation-generator/releases
        .. |Last Commit| image:: https://img.shields.io/github/last-commit/znicholls/CMIP6-json-data-citation-generator.svg
            :target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
        .. |Commits Since Last Release| image:: https://img.shields.io/github/commits-since/znicholls/CMIP6-json-data-citation-generator/latest.svg
            :target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
        .. |Contributors| image:: https://img.shields.io/github/contributors/znicholls/CMIP6-json-data-citation-generator.svg
            :target: https://github.com/znicholls/CMIP6-json-data-citation-generator/graphs/contributors
        .. |Zenodo| image:: https://zenodo.org/badge/137273695.svg
            :target: https://zenodo.org/badge/latestdoi/137273695
        .. |License| image:: https://img.shields.io/github/license/znicholls/CMIP6-json-data-citation-generator.svg
            :target: https://github.com/znicholls/CMIP6-json-data-citation-generator/blob/master/LICENSE
        
        .. sec-end-links
        
Keywords: netcdf,python,climate,cmip6
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
Description-Content-Type: text/x-rst
Provides-Extra: deploy
Provides-Extra: test
Provides-Extra: docs
