Core package for CloudShell Python orchestration and automation. This package contains commoncode for CloudShell packages, including logging, basic interfaces and other utilities


Keywords
sandbox, cloud, cmp, cloudshell
License
Apache-2.0
Install
pip install cloudshell-core==2.1.153

Documentation

Build status codecov PyPI version Code style: black

CloudShell Core

Repo for the cloudshell-core package. The cloudshell-core package contains basic contracts and utility classes for CloudShell shells and orchestration.

Contributing

We welcome community ideas and contributions.

To provide feedback or request enhancements simply create an issue in the repository. You can use the Waffle Board to add issues directly and catch up on the current backlog progress.

Contributing code

  1. Fork the repository.

  2. Make the code change. Make sure the tests pass. Add unit tests to cover any new behavior. We do require that the coverage does not decrease with the new code.

  3. Submit a PR

Running the tests

We use tox and pre-commit for testing. Services description