oemof.network

The network/graph submodules of oemof.


License
MIT
Install
pip install oemof.network==0.5.0a6

Documentation

Overview

docs Documentation Status
tests
package

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