Metadata-Version: 2.2
Name: pysimmods
Version: 0.20.4
Summary: A set of simulation models representing different distributed consumer or generator units.
Author-email: Stephan Balduin <stephan.balduin@offis.de>
Project-URL: Homepage, https://midas-mosaik.gitlab.io/pysimmods
Project-URL: Bug Tracker, https://gitlab.com/midas-mosaik/pysimmods/-/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mosaik_api
Requires-Dist: midas-mosaik~=2.0.0
Requires-Dist: pandas
Requires-Dist: numpy<2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: black==22.3.0; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: wheel; extra == "dev"

# Pysimmods

This projects contains a collection of (python) simulation models for a variety of energy generation and consumption units. Most of the models were originally developed in the context of the research project iHEM (intelligent Home Energy Management) or other projects at OFFIS. Other models were developed during a student project group at the University of Oldenburg. The models are intended to be used with the co-simulation framework mosaik (https://mosaik.offis.de), but are also usable without mosaik.

Version: 0.20

License: LGPL

## Installation

Pysimmods requires Python >= 3.8 and is available on https://pypi.org. 
It can be installed, preferably into a virtualenv,  with 

    >>> pip install pysimmods

Alternatively, you can clone this repository with

    >>> git clone https://gitlab.com/midas-mosaik/pysimmods.git

then switch into the pysimmods folder and type

    >>> pip install -e .

## Documentation

You will find a still growing documentation at https://midas-mosaik.gitlab.io/pysimmods.
Please create an issue if you find any errors or if you think that something should be explained more explicitly.
