Skip to main content

Sinara CLI

Project description

Description

This a SinaraML CLI library which contains main module for launching CLI commands. It also needs plugin packages to work.

CLI Installation

Linux / WSL:

sudo pip install sinaraml_cli

Windows:

pip install sinaraml_cli

Plugins installation

Linux / WSL:

sudo pip install sinaraml_cli_host
sudo pip install sinaraml_cli_jupyter

Windows:

pip install sinaraml_cli_host
pip install sinaraml_cli_jupyter

CLI Quick Start

Commands start with the keyword sinara (similar to git, docker, kubectl)
If a command call is made without a mandatory parameter, help is displayed on the available parameters and methods of calling the command, for example:

~$ sinara
usage: sinara [-h] {server,model} ...

options:
  -h, --help            show this help message and exit

subject:
  {server,model,pipeline}
                        subject to use [server, model, pipeline]
    server              server subject
    model               model subject
    pipeline            pipeline subject
~$ sinara server
usage: sinara server [-h] {create,start} ...

options:
  -h, --help      show this help message and exit

action:
  {create,start}  Action to do with subject [create, start, stop, etc]
    create        create action
    start         start action

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sinaraml_cli-2023.11.17.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

sinaraml_cli-2023.11.17-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page