Metadata-Version: 2.4
Name: smm-toolkit
Version: 0.1.0
Summary: Soil Moisture Memory (SMM) analysis toolkit
Author: Mohammad Ali Farmani
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: netCDF4
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: PyYAML
Dynamic: license-file

- Create env with `conda env create -f environment.yml` (or `python -m venv .venv && pip install -r requirements.txt`)
- Run: `python -m smm.main configs/example_config.yml`
