Metadata-Version: 2.4
Name: h2lib
Version: 13.2.2102
Summary: Python interface to HAWC2
Author-email: "Mads M. Pedersen, S.G.Horcas and N.G.Ramos" <mmpe@dtu.dk>
Project-URL: Documentation, https://hawc2.pages.windenergy.dtu.dk/HAWC2Lib/
Project-URL: Source, https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib
Project-URL: Tracker, https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/-/issues
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: intel-fortran-rt==2021.3.0
Requires-Dist: mkl==2021.3.0
Requires-Dist: multiclass_interface>=1.17
Provides-Extra: test
Requires-Dist: h2lib_tests; extra == "test"
Provides-Extra: mpi
Requires-Dist: mpi4py; extra == "mpi"

[![pipeline status](https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/badges/master/pipeline.svg)](https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/-/commits/master)
[![coverage report](https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/badges/master/coverage.svg)](https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/-/commits/master)
[![PyPi](https://img.shields.io/pypi/v/h2lib)](https://pypi.org/project/h2lib/)

## Welcome to HAWC2Lib

HAWC2Lib is a python package containing [HAWC2](https://www.hawc2.dk/) compiled as a library (dll/shared object) and a `h2lib` python interface to setup, run and interact with HAWC2.

Moreover, it contains a `MultiProcessInterface` that can be used to run multiple instances of e.g. `h2lib`

## Source code repository (and issue tracker):

[https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib](https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib)

## Documentation, installation, etc:

[https://hawc2.pages.windenergy.dtu.dk/HAWC2Lib/](https://hawc2.pages.windenergy.dtu.dk/HAWC2Lib/)
