Metadata-Version: 2.4
Name: gtep
Version: 1.0
Summary: The IDAES Generation and Transmission Expansion Planning Framework
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/IDAES/idaes-gtep
Project-URL: Documentation, https://idaes-gtep.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/IDAES/idaes-gtep
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyomo
Requires-Dist: numpy
Requires-Dist: gridx-egret==0.5.5
Requires-Dist: gridx-prescient==2.2.2
Requires-Dist: anyio
Requires-Dist: pint
Requires-Dist: pandas<3
Requires-Dist: matplotlib
Requires-Dist: ipython
Requires-Dist: openpyxl
Dynamic: license-file

# IDAES-GTEP

<!-- BEGIN Status Badges -->
[![GitHub CI](https://github.com/IDAES/idaes-gtep/actions/workflows/test_pr_and_main.yml/badge.svg?branch=main&event=push)](https://github.com/IDAES/idaes-gtep/actions/workflows/test_pr_and_main.yml)
[![Documentation Status](https://readthedocs.org/projects/idaes-gtep/badge/?version=latest)](http://idaes-gtep.readthedocs.org/en/latest/)
<!-- END Status Badges -->

The IDAES Generation and Transmission Expansion Planning (GTEP) package provides a [Pyomo](https://github.com/Pyomo/pyomo)-based implementation of a modular, flexible, Generalized Disjunctive Programming (GDP) formulation for power infrastructure planning problems.  This formulation is designed with the following goals in mind:

- Abstract GTEP modeling away from any particular case study or fixed modeling assumptions (e.g., technologies, temporal resolution, spatial resolution, policy implications, etc.)
- Admit flexible decision sets and heterogeneous parameterization
- Allow high-level modeling options to be understood easily, chosen modularly, and changed rapidly

You can find the latest documentation [here](https://idaes-gtep.readthedocs.io).
