Skip to content

Load oemof energy systems from tabular data sources.

License

Notifications You must be signed in to change notification settings

FranziPl/oemof-tabular

 
 

Repository files navigation

Overview

PyPI Package latest release Commits since latest release Supported versions PyPI - License

Travis-CI Build Status AppVeyor Build Status Documentation Status Requirements Status PyPI Wheel

Coverage Status Coverage Status Scrutinizer Status Codacy Code Quality Status CodeClimate Quality Status

Load oemof energy systems from tabular data sources.

  • Free software: BSD 3-Clause License

Installation

We are currently using features which haven't made it to a proper oemof release yet. This means that you have to install oemof.tabular from source, since pip doesn't allow packages on PyPI to have dependencies which are not hosted on PyPI:

pip install 'git+https://git@github.com/oemof/oemof-tabular.git'

You also need at least pip version 18.1 for this to work.

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

About

Load oemof energy systems from tabular data sources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Batchfile 0.6%