Overview

docs

Documentation Status

tests

tox-pytest tox-checks Coverage Status
Scrutinizer Status Codacy Code Quality Status CodeClimate Quality Status

package

PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release packaging

The network/graph submodules of oemof.

  • Free software: MIT license

Installation

pip install oemof-network

You can also install the in-development version with:

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

Documentation

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

Development

To run the all 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