Metadata-Version: 2.4
Name: floodwaive
Version: 0.1.5
Summary: Library provision for development of FloodWaive products.
Home-page: https://github.com/floodwaive/floodwaive-library
Author: FloodWaive Predictive Intelligence GmbH
Author-email: welten@floodwaive.de
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🌊 floodwaive

[![PyPI version](https://img.shields.io/pypi/v/floodwaive.svg)](https://pypi.org/project/floodwaive/)
[![Build Status](https://github.com/floodwaive/floodwaive-library/actions/workflows/release.yml/badge.svg)](https://github.com/floodwaive/floodwaive-library/actions)
[![Python versions](https://img.shields.io/pypi/pyversions/floodwaive.svg)](https://pypi.org/project/floodwaive/)
[![License](https://img.shields.io/github/license/floodwaive/floodwaive-library.svg)](https://github.com/floodwaive/floodwaive-library/blob/main/LICENSE)
[![TestPyPI](https://img.shields.io/badge/TestPyPI-floodwaive-informational?logo=python&labelColor=grey)](https://test.pypi.org/project/floodwaive/)


> Core SDK for predictive flood intelligence and seamless integration with FloodWaive API services.
---

## 📦 Installation

Install from PyPI:

```bash
pip install floodwaive
```
---

## 🚀 Quick Start
```python
import floodwaive
floodwaive.hello_world()
```

## Check version
```python
floodwaive.print_version()
```

## Check connection to the API
```python
floodwaive.check_connection("https://api.floodwaive.de")
```

## Validate API token
```python
floodwaive.validate_token("your-api-token-here")
```

© 2024–2025 FloodWaive Predictive Intelligence GmbH. All rights reserved.
