-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Summary
A meta-package that installs the whole psyplot suite.
Reason
Installing everything needed to do map-plots within the GUI took to much reading to find out which packages to install.
Detailed explanation
A small and empty meta-package (maybe psy-suite?) which installs all related packages:
- psyplot
- xarray
- matplotlib
- PyYAML
- docrep
- funcargparse
- psyplot-gui
- qtconsole>=4.1.1
- fasteners
- PyQt5 (pyqt4 had no updates for more than 12 months)
- sphinx
- psy-simple
- psy-maps
- cartopy
- psy-reg
- cdo
- gdal
- netcdf4 / h5netcdf
One could think about selecting extras with an extras_require={...} in the setup.py. Then one could also do:
$ pip install psy-suite[all]
to just get everything, or
$ pip install psy-suite[minimal]
to get a minimal set to work with.
What do you think about that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels