Metadata-Version: 2.4
Name: aip-cli
Version: 0.0.6.dev8
Summary: Renesas AI Platform Command-Line Tools.
Home-page: https://ai.aws.renesasworkbench.com/
Author: Renesas AI Platform
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
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: License :: OSI Approved :: Apache Software License
Requires-Python: >= 3.10
Requires-Dist: requests
Requires-Dist: click~=8.1.7
Requires-Dist: python-dateutil
Requires-Dist: rich==14.0.0
Requires-Dist: botocore
Requires-Dist: click-shell
Requires-Dist: strands-agents
Requires-Dist: strands-agents-tools
Requires-Dist: colorama
Requires-Dist: pyfiglet
Requires-Dist: rich-gradient
Requires-Dist: pip-system-certs
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

aip-cli
========

This package provides a unified command line interface to Renesas AI
platform Service.

Jump to: - `Getting Start <#installation>`__

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>
