Metadata-Version: 2.1
Name: krkn-lib
Version: 1.3.0
Summary: Foundation library for Kraken
Home-page: https://github.com/redhat-chaos/krkn
License: Apache-2.0
Author: Red Hat Chaos Team
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: arcaflow-lib-kubernetes (>=0.1.2,<0.3.0)
Requires-Dist: base64io (>=1.0.3,<2.0.0)
Requires-Dist: kubeconfig (>=1.1.1,<2.0.0)
Requires-Dist: kubernetes (>=26.1,<29.0)
Requires-Dist: pytz (>=2023.3,<2024.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.29.0,<3.0.0)
Requires-Dist: sphinx-rtd-theme (>=1.2.2,<2.0.0)
Requires-Dist: sphinxnotes-markdown-builder (>=0.5.6,<0.6.0)
Requires-Dist: tzlocal (>=5.0.1,<6.0.0)
Description-Content-Type: text/markdown

![action](https://github.com/redhat-chaos/krkn-lib-kubernetes/actions/workflows/build.yaml/badge.svg)
![coverage](https://redhat-chaos.github.io/krkn-lib-docs/coverage_badge.svg)
![PyPI](https://img.shields.io/pypi/v/krkn-lib?label=PyPi)
![PyPI - Downloads](https://img.shields.io/pypi/dm/krkn-lib)
# krkn-lib
## Krkn Chaos and resiliency testing tool Foundation Library

### Contents
The Library contains Classes, Models and helper functions used in [Kraken](https://github.com/redhat-chaos/krkn) to interact with
Kubernetes, Openshift and other external APIS.
The goal of this library is to give to developers the building blocks to realize new Chaos 
Scenarios and to increase the testability and the modularity of the Krkn codebase.

### Packages

The library is subdivided in several Packages

- **k8s:** Kubernetes/Openshift Integration
- **telemetry:** Krkn Telemetry collection and distribution
- **utils:** common functions

### Documentation

The Library documentation is available [here](https://redhat-chaos.github.io/krkn-lib-docs/).
The documentation is automatically generated by [Sphinx](https://www.sphinx-doc.org/en/master/) on top
of the [reStructuredText Docstring Format](https://peps.python.org/pep-0287/) comments present in the code.



