Metadata-Version: 2.1
Name: kubeagi_cli
Version: 0.0.1
Project-URL: Homepage, https://github.com/kubeagi/core-library
Project-URL: Issues, https://github.com/kubeagi/core-library/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: typer ==0.9.0
Provides-Extra: dev
Requires-Dist: black ==23.3.0 ; extra == 'dev'
Requires-Dist: pylint ==3.1.0 ; extra == 'dev'

# kubeagi-cli
This package implements the CLI for Kubeagi Core.

## Quick Start

There are several ways to use the `kubeagi-cli` library:
* Install the library
    1. [Install from PyPI](https://github.com/kubeagi/core-library/tree/main/libs/core/cli#installing-the-library)

### Installing the library
Use the following instructions to get up and running with `kubeagi-cli` and test your
installation.

- Install the Python SDK `pip install kubeagi-cli`

At this point, you should be able to run the following code:

```shell
convert -v
```
