Metadata-Version: 2.3
Name: RASmatazz
Version: 0.1.1
Summary: Swiss Army Knife for HEC-RAS Automation
Author: openSourcerer9000
Author-email: openSourcerer9000 <openSourcerer9000@gmail.com>
Requires-Dist: dssence>=0.1.0 ; sys_platform == 'win32'
Requires-Dist: funkshuns>=0.1.0
Requires-Dist: matplotlib>=3.11.1
Requires-Dist: myst-parser>=3,<4
Requires-Dist: shpshifter>=0.1.0
Requires-Dist: sphinx>=7.4,<8
Requires-Dist: txture>=0.1.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# RASmatazz

Swiss Army knife for HEC-RAS automation.

<img class="docs-cover" src="cover.png" alt="RASmatazz cover" width="50%">

RASmatazz provides composable tools for working directly with HEC-RAS
projects and their related text, spatial, HDF5, DSS, and RAS Mapper data.

- Free software: MIT license

## Installation

Add RASmatazz to a uv-managed project:

```shell
uv add RASmatazz
```

Or install it into the active environment:

```shell
uv pip install RASmatazz
# or
pip install RASmatazz
```

## Usage

```import RASmatazz as ras```

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
and the [openSourcerer9000/cookiecutta](https://github.com/openSourcerer9000/cookiecutta)
project template.
