Metadata-Version: 2.1
Name: nuvolos-cli
Version: 1.0.1
Summary: Command-line interface for Nuvolos
Author-email: Alphacruncher <support@nuvolos.cloud>
Project-URL: Repository, https://github.com/nuvolos-cloud/nuvolos-cli
Project-URL: Documentation, https://nuvolos-cli.readthedocs.io/en/latest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.7
Requires-Dist: click-log>=0.4.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: nuvolos-client-api>=1.0.0
Requires-Dist: humanize>=4.9.0

<!-- [![PyPI version](https://img.shields.io/pypi/v/nuvolos-cli)](https://pypi.org/project/nuvolos-cli/)  -->
[![Docs](https://readthedocs.org/projects/nuvolos-cli/badge/)](https://nuvolos-cli.readthedocs.io/en/latest/)
<!-- [![Integration tests](https://github.com/nuvolos-cloud/nuvolos-cli/actions/workflows/integration-test.yaml/badge.svg)](https://github.com/nuvolos-cloud/nuvolos-cli/actions/workflows/integration-test.yaml) -->


```
 _   _                  _              ____ _     ___ 
| \ | |_   ___   _____ | | ___  ___   / ___| |   |_ _|
|  \| | | | \ \ / / _ \| |/ _ \/ __| | |   | |    | | 
| |\  | |_| |\ V / (_) | | (_) \__ \ | |___| |___ | | 
|_| \_|\__,_| \_/ \___/|_|\___/|___/  \____|_____|___|
                                                      
```

Nuvolos CLI is command-line interface (CLI) for the [Nuvolos](https://nuvolos.cloud) platform. It allows you to interact with the Nuvolos platform from your local terminal.

It interacts with the [Nuvolos REST API](https://api.nuvolos.cloud/docs) via the [nuvolos-client-api](https://github.com/nuvolos-cloud/nuvolos-client-api) package.

For installation and detailed usage, check out the [documentation](https://nuvolos-cli.readthedocs.io/en/latest/).

## Installation

You can install the latest stable version using pip with

```
pip install nuvolos-cli
```
