Metadata-Version: 2.4
Name: fews-py-wrapper
Version: 0.1.0
Summary: User-friendly Python wrapper for the Delft-FEWS WebServices
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: fews-openapi-py-client
Requires-Dist: idna>=3.15
Requires-Dist: ipykernel>=6.31.0
Requires-Dist: netCDF4>=1.7.2
Requires-Dist: pandas>=2.3.3
Requires-Dist: pandas-stubs~=2.3.3
Requires-Dist: pydantic>=2.11.0
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: requests>=2.33.0
Requires-Dist: tornado>=6.5.5
Requires-Dist: urllib3>=2.7.0
Requires-Dist: xarray>=2023.1.0
Requires-Dist: filelock>=3.20.3 ; extra == "dev"
Requires-Dist: Pygments>=2.20.0 ; extra == "dev"
Requires-Dist: pydata-sphinx-theme>=0.16.1 ; extra == "dev"
Requires-Dist: myst-parser>=4.0.1 ; extra == "dev"
Requires-Dist: mypy>=1.15.0 ; extra == "dev"
Requires-Dist: pandas-stubs>=2.3.0.250703 ; extra == "dev"
Requires-Dist: pytest>=9.0.3 ; extra == "dev"
Requires-Dist: pytest-cov>=7.0.0 ; extra == "dev"
Requires-Dist: pytest-mock>=3.15.1 ; extra == "dev"
Requires-Dist: pre-commit>=4.3.0 ; extra == "dev"
Requires-Dist: ruff>=0.13.2 ; extra == "dev"
Requires-Dist: sphinx>=8.2.3 ; extra == "dev"
Requires-Dist: types-requests>=2.32.0.20250328 ; extra == "dev"
Requires-Dist: virtualenv>=20.36.1 ; extra == "dev"
Provides-Extra: dev

![Tests](https://github.com/Deltares-research/fews-py-wrapper/workflows/Tests/badge.svg)
[![Documentation](https://github.com/Deltares-research/fews-py-wrapper/actions/workflows/pages.yml/badge.svg)](https://github.com/Deltares-research/fews-py-wrapper/actions/workflows/pages.yml)

### fews-py-wrapper
User-friendly Python wrapper for the Delft-FEWS PI Web Services REST API.

### Documentation
The published documentation is available at [deltares-research.github.io/fews-py-wrapper](https://deltares-research.github.io/fews-py-wrapper/).

### Contributing
For contributing to this project please see the [CONTRIBUTING](CONTRIBUTING.md).

### License
This project is distributed under the [MIT License](LICENSE).

