Metadata-Version: 2.1
Name: iesopt
Version: 2.2.1
Summary: IESopt -- an Integrated Energy System Optimization framework.
Home-page: https://github.com/ait-energy/iesopt
License: MIT
Keywords: integrated energy systems,optimization,energy model,modelling
Author: Stefan Strömer
Author-email: 8915976+sstroemer@users.noreply.github.com
Maintainer: Stefan Strömer
Maintainer-email: 8915976+sstroemer@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: juliacall (>=0.9.20,<0.10.0)
Requires-Dist: juliapkg (>=0.1.13,<0.2.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pathlib (>=1.0.0,<2.0.0)
Requires-Dist: pydantic (>=2.7.4,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Project-URL: Changelog, https://github.com/ait-energy/iesopt/releases
Project-URL: Documentation, https://ait-energy.github.io/iesopt
Project-URL: Issues, https://github.com/ait-energy/iesopt/issues
Project-URL: Repository, https://github.com/ait-energy/iesopt
Description-Content-Type: text/markdown

# IESopt: Integrated Energy System Optimization

[![PyPI - Version](https://img.shields.io/pypi/v/iesopt)](https://pypi.org/project/iesopt/)
[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://ait-energy.github.io/iesopt/)
[![License](https://img.shields.io/github/license/ait-energy/iesopt)](LICENSE)

[![Build Status](https://github.com/ait-energy/iesopt/actions/workflows/pytest.yml/badge.svg?branch=main)](https://github.com/ait-energy/iesopt/actions/workflows/pytest.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/ait-energy/iesopt/graph/badge.svg?token=MC2IN9URZY)](https://codecov.io/gh/ait-energy/iesopt)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

**IESopt** (_Integrated Energy System Optimization_) is a modeling and optimization framework for integrated energy
systems.

It is developed and maintained at the **Center for Energy** at
[AIT Austrian Institute of Technology GmbH](https://www.ait.ac.at/). The framework is designed to support the
optimization of energy systems that are characterized by a high degree of integration between different energy carriers
and sectors. It focuses on offering a modular and adaptable tool for modelers, that does not compromise on performance,
while still being user-friendly. This is enabled by reducing energy system assets to abstract building blocks, that are
supported by specialized implementation, and can be combined into complex systems without the need of a detailed
understanding of mathematical modeling or proficiency in any coding-language.

> Note: We are currently merging the documentation which was split into three locations and is also done (for a large part) in Julia, into this repository. This is a work in progress and will be updated over the next weeks.

