pysteps icon indicating copy to clipboard operation
pysteps copied to clipboard

Python framework for short-term ensemble prediction systems.

Results 101 pysteps issues
Sort by recently updated
recently updated
newest added

The current setup.py-based installation is [fully functional](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/), but it could benefit from adopting `pyproject.toml` to follow modern packaging standards (PEP 517/518). This doesn't require removing `setup.py`, instead, we can gradually...