Metadata-Version: 2.1
Name: ikomia-cli
Version: 0.4.0
Summary: Ikomia command line interface
Author-email: Denis Cavrois <denis.cavrois@ikomia.com>, Ludovic Barusseau <ludovic.barusseau@ikomia.com>
Platform: any
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click <9.0.0,>=8.1.3
Requires-Dist: ikomia-client <2.0.0,>=0.1.0
Requires-Dist: pyyaml <7.0.0,>=6.0.0
Requires-Dist: requests <3.0.0,>=2.28.1
Requires-Dist: requests-toolbelt <2.0.0,>=1.0.0
Requires-Dist: rich <13.0.0,>=12.6.0
Requires-Dist: yarl <1.9.0,>=1.8.1
Provides-Extra: full
Requires-Dist: cookiecutter <3.0.0,>=2.1.1 ; extra == 'full'
Requires-Dist: ikomia <1.0.0,>=0.11.1 ; extra == 'full'

# Ikomia command line interface

## Installation
```
$> python3 -m venv .venv
$> source .venv/bin/activate
$> pip install ikomia-cli
```

## Manage Ikomia algorithms

List local algorithms
```
$> $ ikcli algo local ls
```

Create a new empty algorithm
```
$> $ ikcli algo local create your_new_algo
```

List algorithms from Ikomia HUB
```
$> $ ikcli hub ls
```

Show Ikomia HUB algorithm details
```
$> $ ikcli hub show algo_name
```
