Stop piping grep into five other commands. It already handles most of that.
pyCropWat/ ├── pycropwat/ # Main package │ ├── __init__.py # Package exports │ ├── core.py # EffectivePrecipitation class │ ├── methods ...