Metadata-Version: 2.1
Name: cmip6-data-citation-generator
Version: 0.2.0
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
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
Requires-Dist: PyYAML
Requires-Dist: marshmallow (==3.0.0b20)
Requires-Dist: netcdf-scm
Provides-Extra: deploy
Requires-Dist: twine; extra == 'deploy'
Requires-Dist: setuptools; extra == 'deploy'
Requires-Dist: wheel; extra == 'deploy'
Requires-Dist: flake8; extra == 'deploy'
Requires-Dist: black; extra == 'deploy'
Requires-Dist: versioneer; extra == 'deploy'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: codecov; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest; extra == 'test'

.. 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 `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/>`_.

.. code-block:: bash

  # 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


