Skip to content

oemof/oemof-tabular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0934664 · Oct 29, 2024
Oct 12, 2023
Aug 13, 2024
Oct 10, 2024
Aug 14, 2024
Nov 23, 2018
Nov 20, 2018
Nov 20, 2018
Feb 15, 2023
Oct 31, 2023
Aug 9, 2024
Aug 9, 2024
Feb 20, 2019
Dec 11, 2018
Jan 4, 2023
Aug 17, 2023
Jan 4, 2023
Feb 23, 2024
Jan 4, 2023
Jul 28, 2022
Jan 12, 2023
Aug 20, 2024

Repository files navigation

Overview

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

Documentation Status PyPI Wheel

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

Please activate pre-commit hooks in order to follow our coding styles:

pip install pre-commit
pre-commit install

To run the all tests run:

pytest