An open API service indexing awesome lists of open source software.

https://github.com/qualisystems/cloudshell-core

Core package for CloudShell Python orchestration and automation.
https://github.com/qualisystems/cloudshell-core

Last synced: 8 months ago
JSON representation

Core package for CloudShell Python orchestration and automation.

Awesome Lists containing this project

README

          

[![Build status](https://travis-ci.org/QualiSystems/cloudshell-core.svg?branch=dev)](https://travis-ci.org/QualiSystems/cloudshell-core)
[![codecov](https://codecov.io/gh/QualiSystems/cloudshell-core/branch/dev/graph/badge.svg)](https://codecov.io/gh/QualiSystems/cloudshell-core)
[![PyPI version](https://badge.fury.io/py/cloudshell-core.svg)](https://badge.fury.io/py/cloudshell-core)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/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](https://waffle.io/QualiSystems/cloudshell-core) 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](https://github.com/QualiSystems/cloudshell-package-repo-template#description-of-services)