Metadata-Version: 2.4
Name: epluscontrol
Version: 0.1.3
Summary: Control systems for EnergyPlus models
Author-email: Michael Dahl Knudsen <mdk@cae.au.dk>
License: MIT
Project-URL: Homepage, https://github.com/michael666nan/epluscontrol
Project-URL: Bug Tracker, https://github.com/michael666nan/epluscontrol/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cvxpy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Dynamic: license-file

# EnergyPlus Control

A Python library for implementing control systems with EnergyPlus models.

## Installation

```bash
pip install epluscontrol
