Metadata-Version: 2.1
Name: claimed-cli
Version: 0.1.3
Summary: CLI tool for running CLAIMED operators locally
Author-email: The CLAIMED authors <claimed-framework@proton.me>
Maintainer: Benedikt Blumenstiel
Maintainer-email: Romeo Kienzler <claimed-framework@proton.me>
Project-URL: Homepage, https://github.com/claimed-framework/cli
Project-URL: Bug Tracker, https://github.com/claimed-framework/cli/issues
Keywords: CLAIMED,cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# cli
CLAIMED CLI - all components available via cli at your fingertips

## Installation

```bash
pip install claimed
```

## Usage
Run an operator locally:
```bash
claimed --component component-name [--component-parameters-name component-parameters-value ...]

# Example
claimed --component blumenstiel/claimed-generate-random-numbers --num_random 5
```

Create operators using [C3](https://github.com/claimed-framework/c3):
```bash
claimed create operator <file> -r <repository> -v <version>
```
