Metadata-Version: 2.4
Name: pyhydraulics
Version: 0.1.0
Summary: A 1D hydraulic solver for the St. Venant equations, for educational purposes.
Author-email: Sanjeev Bashyal <sanjeev.bashyal01@gmail.com>
Project-URL: Homepage, https://github.com/SanjeevBashyal/pyhydraulics
Project-URL: Bug Tracker, https://github.com/SanjeevBashyal/pyhydraulics/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: license-file

# PyHydraulics
Advanced Hydraulics with Python

## 1D Hydraulic Solver (hydraulics)

A simple 1D hydraulic model for solving the St. Venant equations for unsteady open-channel flow. This package was developed for the Advanced Hydraulics course for Water Resources Engineering Master's students.

## Installation

You can install the package using pip:

```bash
pip install pyhydraulics
