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.
- Host: GitHub
- URL: https://github.com/qualisystems/cloudshell-core
- Owner: QualiSystems
- License: other
- Created: 2016-02-15T16:01:30.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2019-10-21T16:34:50.000Z (over 6 years ago)
- Last Synced: 2025-04-08T08:21:23.416Z (about 1 year ago)
- Language: Python
- Homepage: http://www.quali.com
- Size: 203 KB
- Stars: 4
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.htm
Awesome Lists containing this project
README
[](https://travis-ci.org/QualiSystems/cloudshell-core)
[](https://codecov.io/gh/QualiSystems/cloudshell-core)
[](https://badge.fury.io/py/cloudshell-core)
[](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)