Metadata-Version: 2.1
Name: parsehecssp
Version: 0.0.2b0
Summary: Parse HEC-SSP report Files
Home-page: https://github.com/danhamill/parsehecssp
Download-URL: https://github.com/danhamill/parsehecssp
Author: Daniel Hamill
Author-email: daniel.hamill@hey.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Classifier: Topic :: Scientific/Engineering :: GIS
License-File: LICENSE

# pasrsehecssp

![example workflow](https://github.com/danhamill/parsehecssp/.github/workflows/python-publish.yml/badge.svg)


HEC-SSP Report Parser

This repository is a work in progress...

The goal of this package is to parse HEC-SSP reports and reproduce exactly.

This package will be used to evaluate multiple HEC-SSP Analyses in ways HEC-SSP wont allow you.

# Installation

## pypi
```
pip install parsehecssp
```

## development
```
python setup.py develop
```
