Metadata-Version: 2.4
Name: hecplus
Version: 0.3.4
Summary: Helper functions for working with Hydrologic Engineering Center (HEC) softwares
Author: Prashana Bajracharya
Author-email: pajracharya713@gmail.com
Keywords: hec,hecras,hechms
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dsplus
Requires-Dist: pandas
Requires-Dist: h5py
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This package contains helper functions for working with Hydrologic Engineering Center (HEC) softwares.

This package is still in the beta stage. The current version works with HEC-HMS and HEC-RAS. Please expect frequent updates to fix bugs and add functionalities. A full documentation will be added soon.

# Installation

```bash
pip install hecplus
```
