Skip to content

rl-institut/oemof-tabular-plugins

Repository files navigation

Repo logo

oemof-tabular-plugins

A dummy repo to pitch an idea to oemof community

License License
Documentation Documentation
Publication  
Development open issues closes issues open pull requests closes pull requests black linting badge
Community contributions contributors

This is to showcase how this repository could be used to complement oemof-tabular to add constraints specific to certain uses of it

import oemof_tabular_plugin as otp
# one can import the full constraint map
from otp import CONSTRAINT_TYPE_MAP
# or just the one relevant for a specific usecase
from otp.hydrogen import CONSTRAINT_TYPE_MAP
The documentation is created with Markdown using MkDocs.
All files are stored in the docs folder of the repository.
A GitHub Actions deploys the production branch on a GitHub Page.
The documentation page is rl-institut.github.io/super-repo/
Everyone is invited to develop this repository with good intentions.
Please follow the workflow described in the CONTRIBUTING.md.
The code of this repository is licensed under the MIT License (MIT).
See LICENSE.txt for rights and obligations.
See the Cite this repository function or CITATION.cff for citation of this repository.