The Zowe Client Python SDK Core package contains functionality that is shared across all other SDK packages, such as zowe.zos-files-for-zowe-sdk.
Important! You must install the Core package to satisfy the peer dependency requirement for all other SDK packages.
Examples of modules, included in this package, and description of the functionality that they provide:
-
session - Defines the
Sessionclass, which sets connection details received from a ProfileManager or by passing anISessionobject with session parameters. -
sdk_api - Defines the
SdkApiclass, representing the base SDK API. -
profile_manager - Defines the
ProfileManagerclass. It contains methods such asautodiscover_config_dir, which autodiscovers Zowe z/OSMF Team Profile Config files;load, which loads z/OSMF connection details from a z/OSMF profile andload_credentials, which returns credentials stored for the given config.