Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NEW FEATURE: meta-package #11

Description

@MuellerSeb

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions