isofit.data.cli
Submodules
Attributes
Functions
|
Executes a function of each loaded module |
|
Downloads all ISOFIT extra dependencies to the locations specified in the |
|
Validates all ISOFIT extra dependencies at the locations specified in the |
|
Utility function for the env object to quickly validate specific dependencies |
Package Contents
- download_all(**kwargs)[source]
Downloads all ISOFIT extra dependencies to the locations specified in the isofit.ini file using latest tags and versions
- validate_all(**kwargs)[source]
Validates all ISOFIT extra dependencies at the locations specified in the isofit.ini file as well as check for updates using latest tags and versions
- env_validate(keys, quiet=False, **kwargs)[source]
Utility function for the env object to quickly validate specific dependencies
- Parameters:
Examples
>>> env.validate("all") >>> env.validate("isoplots", path=env.plots, quiet=True) >>> env.validate(["data", "examples"]) >>> env.validate(["data", "examples"], error=Logger.error, debug=Logger.debug)