Metadata-Version: 2.4
Name: hydroanomaly
Version: 0.1.0
Summary: A Python package for hydro anomaly detection
Home-page: https://github.com/yourusername/hydroanomaly
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/hydroanomaly
Project-URL: Bug Reports, https://github.com/yourusername/hydroanomaly/issues
Project-URL: Source, https://github.com/yourusername/hydroanomaly
Keywords: python,package,hydro,anomaly,detection
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"
Requires-Dist: mypy>=0.800; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# HydroAnomaly

A Python package for hydro anomaly detection.

## Installation

```bash
pip install hydroanomaly
```

## Usage

```python
from hydroanomaly import hello

# Example usage
hello.greet("World")
```

## Features

- Feature 1
- Feature 2
- Feature 3

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
