https://github.com/chaostoolkit/chaostoolkit-addons
Chaos Toolkit addons (tolerances, controls) that can benefit everyone
https://github.com/chaostoolkit/chaostoolkit-addons
chaostoolkit chaostoolkit-extension
Last synced: about 1 year ago
JSON representation
Chaos Toolkit addons (tolerances, controls) that can benefit everyone
- Host: GitHub
- URL: https://github.com/chaostoolkit/chaostoolkit-addons
- Owner: chaostoolkit
- License: apache-2.0
- Created: 2020-06-15T15:29:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:15:57.000Z (over 2 years ago)
- Last Synced: 2025-04-18T04:49:35.624Z (about 1 year ago)
- Topics: chaostoolkit, chaostoolkit-extension
- Language: Python
- Homepage: https://chaostoolkit.org/
- Size: 103 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Chaos Toolkit Addons
This project provides a set of commnly requested actions, probes, tolerances
or controls that can benefit the community.
## Install
This package requires Python 3.8+
To be used from your experiment, this package must be installed in the Python
environment where [chaostoolkit][] already lives.
[chaostoolkit]: https://github.com/chaostoolkit/chaostoolkit
```
$ pip install chaostoolkit-addons
```
## Develop
### Test
To run the tests for the project execute the following:
```
$ pytest
```
### Contribute
If you wish to contribute more functions to this package, you are more than
welcome to do so. Please, fork this project, make your changes following the
usual [PEP 8][pep8] code style, sprinkling with tests and submit a PR for
review.
[pep8]: https://pycodestyle.readthedocs.io/en/latest/