Metadata-Version: 2.1
Name: message-ix-models
Version: 2023.11.24rc1
Summary: Tools for the MESSAGEix-GLOBIOM family of models
Author: IIASA Energy, Climate, and Environment (ECE) Program
Maintainer-email: Paul Natsuo Kishimoto <mail@paul.kishimoto.name>, Fridolin Glatter <glatter@iiasa.ac.at>
Project-URL: homepage, https://github.com/iiasa/message-ix-models
Project-URL: repository, https://github.com/iiasa/message-ix-models
Project-URL: documentation, https://docs.messageix.org/models
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: R
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: genno >=1.20.0
Requires-Dist: iam-units >=2023.9.11
Requires-Dist: message-ix >=3.4.0
Requires-Dist: pooch
Requires-Dist: pyam-iamc >=0.6
Requires-Dist: pyarrow
Requires-Dist: pycountry
Requires-Dist: PyYAML
Requires-Dist: sdmx1 >=2.8.0
Requires-Dist: tqdm
Provides-Extra: docs
Requires-Dist: message-ix-models[tests] ; extra == 'docs'
Requires-Dist: sphinx >=4 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Provides-Extra: report
Requires-Dist: plotnine ; extra == 'report'
Provides-Extra: tests
Requires-Dist: ixmp[tests] ; extra == 'tests'
Requires-Dist: message-ix-models[report] ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'

Tools for MESSAGEix-GLOBIOM models
**********************************

.. image:: https://img.shields.io/pypi/v/message-ix-models.svg
   :alt: PyPI version
   :target: https://pypi.python.org/pypi/message-ix-models/

.. image:: https://readthedocs.com/projects/iiasa-energy-program-message-ix-models/badge/?version=latest
   :alt: Documentation status
   :target: https://docs.messageix.org/projects/models/en/latest/?badge=latest

.. image:: https://github.com/iiasa/message-ix-models/actions/workflows/pytest.yaml/badge.svg
   :alt: Test status
   :target: https://github.com/iiasa/message-ix-models/actions/workflows/pytest.yaml

.. image:: https://codecov.io/gh/iiasa/message-ix-models/branch/main/graph/badge.svg
   :alt: Test coverage
   :target: https://codecov.io/gh/iiasa/message-ix-models

``message_ix_models`` provides tools for research using the MESSAGEix-GLOBIOM family of models.
These models are built in the `MESSAGEix framework <https://docs.messageix.org>`_ and on the `ix modeling platform (ixmp) <https://docs.messageix.org/ixmp/>`_.

See the `online documentation <https://docs.messageix.org/projects/models/>`_ for further information.

License
=======

Copyright © 2020–2023 IIASA Energy, Climate, and Environment (ECE) program

Licensed under the Apache License, version 2.0.
