Metadata-Version: 1.2
Name: climate_categories
Version: 0.2.2
Summary: Commonly used codes, categories, terminologies, and nomenclatures used in climate policy analysis as a Python package.
Home-page: https://github.com/pik-primap/climate_categories
Author: Mika Pflüger
Author-email: mika.pflueger@pik-potsdam.de
License: Apache Software License 2.0
Description: ==================
        Climate categories
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/climate_categories.svg
                :target: https://pypi.python.org/pypi/climate_categories
        
        .. image:: https://readthedocs.org/projects/climate-categories/badge/?version=latest
                :target: https://climate-categories.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4590233.svg
                :target: https://doi.org/10.5281/zenodo.4590233
        
        Commonly used codes, categories, terminologies, and nomenclatures used in climate
        policy analysis in a nice Python package.
        The documentation can be found at: https://climate-categories.readthedocs.io.
        
        Included categorizations
        ------------------------
        
        ==========  ===================================
        Name        Title
        ----------  -----------------------------------
        IPCC2006    IPCC GHG emission categories (2006)
        ==========  ===================================
        
        Status
        ------
        Climate categories is still in development and the API and names of categorizations
        are still subject to change.
        
        License
        -------
        Copyright 2021, Potsdam-Institut für Klimafolgenforschung e.V.
        
        Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
        file except in compliance with the License. You may obtain a copy of the License at
        
        https://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software distributed under
        the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
        KIND, either express or implied. See the License for the specific language governing
        permissions and limitations under the License.
        
        Citation
        --------
        If you use this library and want to cite it, please cite it as:
        
        Mika Pflüger, Annika Günther, and Johannes Gütschow. (2021, March 9).
        pik-primap/climate_categories: Version 0.2.2.
        Zenodo. http://doi.org/10.5281/zenodo.4590233
        
        
        =========
        Changelog
        =========
        
        0.2.2 (2021-03-09)
        ------------------
        
        * Re-release again to trigger zenodo.
        
        0.2.1 (2021-03-09)
        ------------------
        
        * Re-release to include correct changelog.
        
        0.2.0 (2021-03-09)
        ------------------
        
        * Introduce API for multiple codes and multiple children.
        * Implement classes and functions.
        * Add IPCC2006 categorization and scripts to generate it from the source pdf.
        
        0.1.0 (2021-01-18)
        ------------------
        
        * First release on PyPI.
        * Contains documentation and a stub API for querying, but no working code yet.
        
Keywords: climate_categories
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
