Metadata-Version: 2.1
Name: genno
Version: 1.16.0
Summary: Efficient, transparent calculation on N-D data
Author: genno contributors
Maintainer-email: Paul Natsuo Kishimoto <mail@paul.kishimoto.name>
Project-URL: homepage, https://github.com/khaeru/genno
Project-URL: repository, https://github.com/khaeru/genno
Project-URL: documentation, https://genno.rtfd.io/en/stable/
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: dask[array] (>=2.14)
Requires-Dist: pandas (>=1.0)
Requires-Dist: pint
Requires-Dist: PyYAML
Requires-Dist: setuptools (>=41)
Requires-Dist: xarray (!=2022.6.0,>=0.17)
Requires-Dist: importlib-resources ; python_version < "3.10"
Provides-Extra: compat
Requires-Dist: genno[plotnine] ; extra == 'compat'
Requires-Dist: genno[pyam] ; extra == 'compat'
Provides-Extra: docs
Requires-Dist: IPython ; extra == 'docs'
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Provides-Extra: graphviz
Requires-Dist: graphviz ; extra == 'graphviz'
Provides-Extra: plotnine
Requires-Dist: plotnine ; extra == 'plotnine'
Provides-Extra: pyam
Requires-Dist: pyam-iamc ; extra == 'pyam'
Provides-Extra: sparse
Requires-Dist: sparse (>=0.12) ; extra == 'sparse'
Provides-Extra: tests
Requires-Dist: genno[compat,graphviz] ; extra == 'tests'
Requires-Dist: bottleneck ; extra == 'tests'
Requires-Dist: jupyter ; extra == 'tests'
Requires-Dist: nbclient ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: ipython (<=8.12) ; (python_version <= "3.8") and extra == 'tests'

genno: efficient, transparent calculation on N-D data
*****************************************************

.. image:: https://img.shields.io/pypi/v/genno.svg
   :target: https://pypi.python.org/pypi/genno/
   :alt: PyPI version

.. image:: https://readthedocs.org/projects/genno/badge/?version=latest
   :target: https://genno.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation build

.. image:: https://github.com/khaeru/genno/actions/workflows/pytest.yaml/badge.svg
   :target: https://github.com/khaeru/genno/actions/workflows/pytest.yaml
   :alt: Build status

.. image:: https://codecov.io/gh/khaeru/genno/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/khaeru/genno
   :alt: Test coverage

**genno** is a Python package for describing and executing complex calculations on labelled, multi-dimensional data.
It aims to make these calculations efficient, transparent, and easily validated as part of scientific research.

genno is built on high-quality Python data packages including ``dask``, ``xarray``, and ``pint``; and provides (current or planned) compatibility with packages including ``pandas``, ``matplotlib``, ``plotnine``, ``ixmp``, ``sdmx1``, and ``pyam``.

A 玄能 (*genno* or *gennoh*) is a type of hammer used in Japanese woodworking.
The package name is warning, by reference, to the adage “When you hold a hammer, every problem looks like a nail”: you shouldn't hit everything with ``genno``, but it is still a useful and versatile tool.


License
=======

Copyright © 2018–2023 genno contributors.

Licensed under the GNU General Public License, version 3.0.
