Renesas AI Workbench Command-Line Tools.
Project description
This package provides a unified command line interface to Renesas AI Workbench Service.
Jump to: - Getting Start
Requirements
The aws-cli package works on Python versions:
3.9.x and greater
3.10.x and greater
3.11.x and greater
3.12.x and greater
Installation
For Developers
aiwb-cli’s dependencies use a range of packaging features provided by wheel and setuptools. To ensure smooth installation, it’s recommended to use:
Create virtual env
cd aiwb-cli python3 -m venv .venv
Install Pre-requisites
.venv/bin/pip3 install build wheel
Building wheel package
.venv/bin/python3 -m build --wheel
Install package
.venv/bin/pip3 install --force-reinstall dist/aiwb-<version>-py3-none-any.whl # add --force-reinstall so as to force re-write the package
For end users
End users only need to install the packged aiwb-cli with pip command.
pip3 install <public aiwb package name>
Usage
Configuration
For custom AI workbench endpoints, you will need to setup AIWB service url before using it, otherwise, cli will route to default service url ai.aws.renesasworkbench.com
export AIWB_URL="http://localhost:8080"
Before getting start, you need to login
aiwb login
To check user identity
aiwb whoami
You can revoke the session by logout command
aiwb logout
Basic Commands
An CLI command has the following structure:
aiwb [OPTIONS] COMMAND [ARGS]...
For example, to list workbench, the command would be:
aiwb workbench list
To get the version of the AWS CLI:
aiwb version
To view help documentation, use the following:
aiwb --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiwb_cli-1.1.0.tar.gz.
File metadata
- Download URL: aiwb_cli-1.1.0.tar.gz
- Upload date:
- Size: 30.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa982fae8efe33c71fb13b5e46d65221ef387dce84ad6975192a2b792bbd95f2
|
|
| MD5 |
69707f34d5f8b6e909636207c811e450
|
|
| BLAKE2b-256 |
6f4220205882f5f99257046f91e7c2aefb69846e3b88f9b1f72b43ecdae9856c
|
File details
Details for the file aiwb_cli-1.1.0-py3-none-any.whl.
File metadata
- Download URL: aiwb_cli-1.1.0-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1adb4f5d71e3fc4133b7e78b7767a2c199ee6e3ad6392b06338ee0b77d28861
|
|
| MD5 |
49f0a23acbcf8c4c1b7de1dfe3be8255
|
|
| BLAKE2b-256 |
40e08f30ea71068b94edc1bd4d6d4be5aebed952e9f059b7536069fbdc5319ae
|