Metadata-Version: 2.1
Name: foxes-opt
Version: 0.1.2
Summary: Wind farm optimization for the FOXES package
Author: Fraunhofer IWES
Author-email: jonas.schulte@iwes.fraunhofer.de
License: MIT
Project-URL: Source Code, https://github.com/FraunhoferIWES/foxes-opt
Project-URL: Bug Tracker, https://github.com/FraunhoferIWES/foxes-opt/issues
Project-URL: Documentation, https://fraunhoferiwes.github.io/foxes.docs/index.html
Keywords: Wind farm optimization
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: foxes
Requires-Dist: iwopy>=0.2.2
Requires-Dist: pymoo
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-immaterial; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: ipywidgets; extra == "doc"
Requires-Dist: m2r2; extra == "doc"
Requires-Dist: lxml_html_clean; extra == "doc"
Provides-Extra: all
Requires-Dist: flake8; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: sphinx; extra == "all"
Requires-Dist: sphinx-immaterial; extra == "all"
Requires-Dist: nbsphinx; extra == "all"
Requires-Dist: ipykernel; extra == "all"
Requires-Dist: ipywidgets; extra == "all"
Requires-Dist: m2r2; extra == "all"
Requires-Dist: lxml_html_clean; extra == "all"
Provides-Extra: scripts

# foxes-opt

_Optimization for the [foxes](https://github.com/FraunhoferIWES/foxes) package_

## Installation

Install from pip via
```console
pip install foxes-opt
```
Install from conda-forge via
```console
conda install foxes-opt -c conda-forge
```
