Metadata-Version: 2.1
Name: chaostoolkit-addons
Version: 0.1.3
Summary: Addons for your Chaos Toolkit experiments
Home-page: https://chaostoolkit.org
Author: Chaos Toolkit
Author-email: contact@chaostoolkit.org
License: UNKNOWN
Project-URL: CI: GitHub, https://github.com/chaostoolkit/chaostoolkit-addons/actions
Project-URL: Docs: RTD, https://docs.chaostoolkit.org
Project-URL: GitHub: repo, https://github.com/chaostoolkit/chaostoolkit-addons
Project-URL: GitHub: issues, https://github.com/chaostoolkit/chaostoolkit-addons/issues
Description: # 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.5+
        
        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/
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.5
Description-Content-Type: text/markdown
