Metadata-Version: 2.1
Name: genno
Version: 1.8.1
Summary: Efficient, transparent calculation on N-D data
Home-page: https://github.com/khaeru/genno
Author: genno contributors
Author-email: mail@paul.kishimoto.name
Maintainer: Paul Natsuo Kishimoto
Maintainer-email: mail@paul.kishimoto.name
License: GPLv3
Project-URL: Documentation, https://genno.rtfd.io/en/stable/
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: dask[array] (>=2.14)
Requires-Dist: pandas (>=1.0)
Requires-Dist: pint
Requires-Dist: PyYAML
Requires-Dist: setuptools (>=41)
Requires-Dist: sparse (>=0.12)
Requires-Dist: xarray
Provides-Extra: compat
Requires-Dist: plotnine ; extra == 'compat'
Requires-Dist: pyam-iamc ; extra == 'compat'
Provides-Extra: docs
Requires-Dist: IPython ; extra == 'docs'
Requires-Dist: sphinx-rtd-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: tests
Requires-Dist: plotnine ; extra == 'tests'
Requires-Dist: pyam-iamc ; extra == 'tests'
Requires-Dist: graphviz ; extra == 'tests'
Requires-Dist: ixmp[tests] ; extra == 'tests'
Requires-Dist: bottleneck ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; 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–2021 genno developers.

Licensed under the GNU General Public License, version 3.0.


