Metadata-Version: 2.1
Name: tto-cli
Version: 0.8.1
Summary: CLI for TTO
Home-page: https://github.com/orchest/orchest
Author: Rick Lamers
Author-email: rick@orchest.io
License: Apache 2.0
Project-URL: Documentation, https://docs.orchest.io/en/stable/
Project-URL: Source Code, https://github.com/orchest/orchest/tree/master/orchest-cli
Keywords: TTO
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click >=8.0.0
Requires-Dist: kubernetes >=21.7.0
Requires-Dist: requests
Requires-Dist: PyYAML

# Orchest CLI

[Website](https://www.orchest.io) —
[Docs](https://docs.orchest.io/en/stable/)

---

Convenience wrapper (around `kubectl` commands) to manage
[Orchest](https://github.com/orchest/orchest) on your Kubernetes cluster. In addition, application
level management, e.g. adding users, can also be done through this package.

## Installation

```sh
pip install orchest-cli
```


