Metadata-Version: 2.4
Name: iesopt
Version: 2.12.0
Summary: IESopt -- an Integrated Energy System Optimization framework.
Project-URL: Homepage, https://github.com/ait-energy/iesopt
Project-URL: Documentation, https://ait-energy.github.io/iesopt
Project-URL: Repository, https://github.com/ait-energy/iesopt
Project-URL: Issues, https://github.com/ait-energy/iesopt/issues
Author-email: Stefan Strömer <8915976+sstroemer@users.noreply.github.com>
Maintainer-email: Stefan Strömer <8915976+sstroemer@users.noreply.github.com>
License: MIT
License-File: LICENSE
Keywords: energy model,integrated energy systems,modelling,optimization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: juliacall==0.9.28
Requires-Dist: juliapkg==0.1.22
Requires-Dist: pandas>=2.0.0
Requires-Dist: pathlib>=1.0.0
Requires-Dist: pydantic>=2.7.4
Requires-Dist: python-dotenv>=1.0.1
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.

> If you are looking for the framework's core model, written in Julia, head over to the [IESopt.jl repository](https://github.com/ait-energy/IESopt.jl).

## Getting started

Head over to the [documentation](https://ait-energy.github.io/iesopt/) to get started with **IESopt**.

## Contributing

PRs accepted. Checkout the _developer documentation section_ in the [documentation](https://ait-energy.github.io/iesopt/).

## License

[MIT © AIT Austrian Institute of Technology GmbH.](LICENSE)
