Renesas AI Platform Command-Line Tools.
Project description
This package provides a unified command line interface to Renesas AI platform 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
aip-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 aip-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/aip-<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 aip-cli with pip command.
pip3 install <public aip package name>
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
aip_cli-0.0.3.tar.gz
(18.9 kB
view details)
File details
Details for the file aip_cli-0.0.3.tar.gz.
File metadata
- Download URL: aip_cli-0.0.3.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34e5422872937311610c53a9778eda9c707d47d43a350054b8a76887ca78dfa5
|
|
| MD5 |
6184a41ddf5ed9c2ac589d6cc9ef7080
|
|
| BLAKE2b-256 |
2d04c9d9ef8759233c076e343055ca9c07d50cf98615af4cf36191165973f531
|