Infrastructure¶
These are modules that provide low-level support for the other parts of the ChimeraX Core.
Modules¶
- tools: Manage running tool instances
- toolshed: Manage installed and available tools
TOOLSHED_BUNDLE_INFO_ADDED
TOOLSHED_BUNDLE_INSTALLED
TOOLSHED_BUNDLE_UNINSTALLED
TOOLSHED_BUNDLE_INFO_RELOADED
TOOLSHED_OUT_OF_DATE_BUNDLES
BundleAPI
NewerVersionQuery
ProviderManager
Toolshed
ToolshedError
ToolshedInitializationError
ToolshedInstalledError
ToolshedUnavailableError
get_toolshed()
init()
ToolInfo
BundleInfo
CommandInfo
SelectorInfo
- tasks: Task creation and monitoring
- logger: Application log support
- history: Application history support
- safesave: Safely write files
- serialize: Support serialization of “simple” types
- orderedset: An ordered set
- utils: Generically useful stuff that doesn’t fit elsewhere
- configfile: Application saved settings support
ConfigFile
Value