Overview

docs

Documentation Status

tests

tox-pytest tox-checks coverage

package

PyPI Package latest release Supported versions Commits since latest release

Creating heat and power demand profiles from annual values.

  • Free software: MIT license

Installation

pip install oemof.demand

You can also install the in-development version with:

pip install https://github.com/oemof/oemof-demand/archive/dev.zip

Documentation

https://oemof-demand.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox