scopesim.server.database#
Functions to download instrument packages and example data.
Functions
|
Check if required package is in CWD, download if needed. |
|
Search all folders on server for .zip files. |
|
Download instrument package and required support packages. |
|
Deprecated since v0.5.0. |
|
Download one or more packages to the local disk. |
|
Yield the most recent stable (not "dev") version of each package. |
|
Gather all versions for all packages present in any folder on server. |
Retrieve all unique package names present on server in known folders. |
|
|
Yield the most recent version (stable or dev) of each package. |
|
Return the most recent version (stable or dev). |
|
Map package names to server locations. |
|
Retrieve all unique package names present on server in dir_name folder. |
Deprecated since v0.6.0. |
|
|
Return the most recent stable (not "dev") version. |
|
Group different versions of packages by package name. |
|
List all packages, or all variants of a single package. |
Exceptions
Unable to find given package or given release of that package. |