https://github.com/ec-usgs/pyprms
Python library for working with PRMS
https://github.com/ec-usgs/pyprms
Last synced: about 1 month ago
JSON representation
Python library for working with PRMS
- Host: GitHub
- URL: https://github.com/ec-usgs/pyprms
- Owner: EC-USGS
- License: mit
- Created: 2015-08-29T21:11:42.000Z (over 9 years ago)
- Default Branch: development
- Last Pushed: 2025-03-14T16:07:28.000Z (2 months ago)
- Last Synced: 2025-04-13T03:58:30.242Z (about 1 month ago)
- Language: Python
- Size: 1.81 MB
- Stars: 11
- Watchers: 2
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
pyPRMS
======
[](https://github.com/EC-USGS/pyPRMS/actions?query=workflows%3CI)A Python library for working with the Precipitation-Runoff Modeling System (PRMS)
----
The pyPRMS library provides a set of python interfaces to read, modify, and write various files used by and for PRMS.
pip install
-----------
The library can be installed using pip. The development branch contains the most
up-to-date version of the software.To install from development branch use the following command::
pip install git+https://github.com/EC-USGS/pyPRMS.git
To update from the development branch type::
pip install git+https://github.com/EC-USGS/pyPRMS.git --upgrade
To uninstall pyPRMS type::
pip uninstall pyPRMS