Overview
Load oemof energy systems from tabular data sources.
- Free software: BSD 3-Clause License
Installation
Simpy run:
pip install oemof.tabular
Documentation
https://oemof-tabular.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 |