Core package for CloudShell Python orchestration and automation. Provides common utilities including logging, basic interfaces, and other infrastructure for CloudShell packages. Current version 2.2.180, updated frequently.
pip install cloudshell-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize CloudShell context and a logger session.
Update all imports to use cloudshell.core subpackage pattern (e.g., from cloudshell.core.logger import ...). Consult changelog for full migration.
Use 'import cloudshell' or 'from cloudshell.core import ...'.
Always inject CloudShellCoreContext when creating ApiClient instances.
No dependency data recorded yet.