Metadata-Version: 2.4
Name: unifhy
Version: 1.0.0
Summary: Unified Framework for Hydrology
Download-URL: https://pypi.python.org/pypi/unifhy
Author: Thibault Hallouin, Richard J. Ellis, Matt Dalle Piagge
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/unifhy-org/unifhy/issues
Project-URL: User Support, https://github.com/unifhy-org/unifhy/discussions
Project-URL: Documentation, https://unifhy-org.github.io/unifhy
Project-URL: Source Code, https://github.com/unifhy-org/unifhy
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: esmpy
Requires-Dist: netCDF4>=1.5
Requires-Dist: numpy>=1.16
Requires-Dist: pyproj>=3.0
Requires-Dist: pyyaml>=5.3
Requires-Dist: cf-python>=3.16.3
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme==0.9.0; extra == "docs"
Requires-Dist: sphinx==4.5.0; extra == "docs"
Requires-Dist: sphinx-panels==0.6.0; extra == "docs"
Requires-Dist: netCDF4>=1.5; extra == "docs"
Requires-Dist: numpy>=1.16; extra == "docs"
Requires-Dist: pyproj>=3.0; extra == "docs"
Requires-Dist: pyyaml>=5.3; extra == "docs"
Requires-Dist: esmpy; extra == "docs"
Requires-Dist: cf-python>=3.16.3; extra == "docs"
Provides-Extra: tests
Requires-Dist: cython; extra == "tests"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Unified Framework for Hydrology
-------------------------------

.. image:: https://img.shields.io/pypi/v/unifhy?style=flat-square
   :target: https://pypi.python.org/pypi/unifhy
   :alt: PyPI Version
.. image:: https://img.shields.io/badge/dynamic/json?url=https://zenodo.org/api/records/4726695&label=doi&query=doi&style=flat-square
   :target: https://zenodo.org/badge/latestdoi/234523723
   :alt: DOI
.. image:: https://img.shields.io/github/license/unifhy-org/unifhy?style=flat-square
   :target: https://opensource.org/licenses/BSD-3-Clause
   :alt: Licence
.. image:: https://img.shields.io/badge/fair-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow?style=flat-square
   :target: https://fair-software.eu
   :alt: FAIR Software Compliance
.. image:: https://img.shields.io/github/actions/workflow/status/unifhy-org/unifhy/basic_tests.yml?style=flat-square&label=tests
   :target: https://github.com/unifhy-org/unifhy/actions/workflows/basic_tests.yml
   :alt: Tests Status

The Python package `unifhy` (Unified Framework for Hydrology) is a hydrological
modelling framework which combines interchangeable modelling components for the
surface layer, subsurface, and open water parts of the terrestrial water and nutrient cycles.
By two-way coupling these six components, the framework provides a fully
functional model for simulating the terrestrial water cycle. It is designed to
foster collaborations between land surface, hydrological, and groundwater
modelling communities by structuring their interactions around standardised
interfaces between the components.

.. end here for docs

More details can be found in the online documentation accessible at
`<https://unifhy-org.github.io/unifhy>`_.
