Metadata-Version: 2.1
Name: kubr
Version: 0.0.5
Summary: Kubr is a tool for running experiments on Kubernetes clusters.
Author-email: Alex Kharlamov <alex@kharlamov.dev>
License: MIT
Project-URL: Homepage, https://github.com/alex-kharlamov/KubeResearch
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.13,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete==3.2.1
Requires-Dist: kubernetes==28.1.0
Requires-Dist: tabulate==0.9.0
Requires-Dist: humanize==4.9.0
Requires-Dist: pydantic==2.5.3
Requires-Dist: pydantic-yaml==1.2.0
Requires-Dist: cowsay==6.1
Requires-Dist: rich==13.7.0
Requires-Dist: pytest==7.4.4
Requires-Dist: pre-commit==3.6.0

# KubeResearch

[![PyPI](https://img.shields.io/pypi/v/kubr?style=flat-square)](https://pypi.python.org/pypi/kubr/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kubr?style=flat-square)](https://pypi.python.org/pypi/kubr/)
[![PyPI - License](https://img.shields.io/pypi/l/kubr?style=flat-square)](https://pypi.python.org/pypi/kubr/)


---

**Documentation**: [https://kuberesearch.readthedocs.io/](https://kuberesearch.readthedocs.io/)

**PyPI**: [https://pypi.org/project/kubr/](https://pypi.org/project/kubr/)

---

KubeResearch is a project for running research experiments on Kubernetes.

## Installation

```sh
pip install kubr
```
