Metadata-Version: 2.1
Name: hydrolib-core
Version: 0.9.3
Summary: Python wrappers around D-HYDRO Suite.
Home-page: https://deltares.github.io/HYDROLIB-core
License: MIT
Author: Deltares
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Requires-Dist: lxml (>=5.0,<6.0)
Requires-Dist: meshkernel (>=8.1.2,<9.0.0)
Requires-Dist: netCDF4 (>=1.5,<2.0,!=1.7.0,!=1.7.1)
Requires-Dist: numpy (>=1.25,<3) ; python_version >= "3.9" and python_version < "4.0"
Requires-Dist: numpy (>=2.1,<3.0) ; python_version >= "3.13" and python_version < "4.0"
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pydantic (>=2.5,<3.0)
Requires-Dist: strenum (>=0,<1)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Project-URL: Documentation, https://deltares.github.io/HYDROLIB-core
Project-URL: Repository, https://github.com/deltares/hydrolib-core
Project-URL: issue tracker, https://github.com/Deltares/HYDROLIB-core/issues
Description-Content-Type: text/markdown

[![Join the chat at https://gitter.im/Deltares/hydrolib](https://badges.gitter.im/Deltares/hydrolib.svg)](https://gitter.im/Deltares/hydrolib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![ci](https://github.com/Deltares/HYDROLIB-core/actions/workflows/ci.yml/badge.svg)](https://github.com/Deltares/HYDROLIB-core/actions/workflows/ci.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Deltares_HYDROLIB-core&metric=alert_status)](https://sonarcloud.io/dashboard?id=Deltares_HYDROLIB-core)
[![codecov](https://img.shields.io/codecov/c/github/deltares/HYDROLIB-core.svg?style=flat-square)](https://app.codecov.io/gh/deltares/HYDROLIB-core?displayType=list)
[![Supported versions](https://img.shields.io/pypi/pyversions/hydrolib-core.svg)](https://pypi.org/project/hydrolib-core)

# HYDROLIB-core
HYDROLIB-core is the core library of Python wrappers around the D-HYDRO model files (input and output) and model engines (kernel libraries).
It can serve as the basis for various pre- and postprocessing tools for a modelling workflow of hydrodynamic simulations.

<div align="center">
<img src="docs/images/HYDROLIB_logo_paths.svg" width="50%">
</div>

## More information
Much more information is available from the dedicated package website.

Some quickstarts:
* First users: [Installation](https://deltares.github.io/HYDROLIB-core/latest/guides/setup/) and [Tutorials](https://deltares.github.io/HYDROLIB-core/latest/tutorials/tutorials).
* Developers: [List of supported functionalities](https://deltares.github.io/HYDROLIB-core/latest/topics/dhydro_support/),
  [API reference](https://deltares.github.io/HYDROLIB-core/latest/reference/api/), and
  [How to contribute](https://deltares.github.io/HYDROLIB-core/latest/guides/contributing/).
* Releases: [hydrolib-core on PyPI](https://pypi.org/project/hydrolib-core/), [ChangeLog](https://deltares.github.io/HYDROLIB-core/latest/changelog/).
* Known issues and requested features: via [GitHub issues](https://github.com/Deltares/HYDROLIB-core/issues).

