File: dependencies.rst

package info (click to toggle)
sunpy 7.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,592 kB
  • sloc: python: 41,765; ansic: 1,710; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _grouping_dependencies:

*************************
Extra Packages and Groups
*************************

sunpy has a number of optional dependencies that are not required to run the core functionality of the package.
These dependencies are grouped into "extras" that can be installed with the package.

We have three categories of extras:

* subpackages : These extra groups are named after each subpackage and list the requirements that enable the core functionality of that subpackage.
* optional : These extra groups are named after a package or feature they enable. These are not needed to import sunpy or any of its subpackages, but are needed to use some of the functionality.
  Subpackages will emit a clear import error message if the needed package is not installed.
* groupings : These are the groups that are used to install multiple optional dependencies at once.
  These range from "all" which includes every optional dependency to "core" which only includes the dependencies that are needed to run the core functionality of sunpy.
  This also includes the "test", "docs" and "dev" groups.