lucidtech-las-cli

CLI for Lucidtech AI Services


License
Apache-2.0
Install
pip install lucidtech-las-cli==13.2.1

Documentation

Command Line Interface for Lucidtech AI Services

Installation

$ pip install lucidtech-las-cli

Documentation

Link to docs

Usage

All methods support the --help flag which will provide information on the purpose of the method, and what arguments could be added.

$ las documents create --help
$ las models list --help
$ las workflows update --help

Contributing

Prerequisites

$ pip install -r requirements.txt
$ pip install -r requirements.ci.txt 

Run tests

$ make prism-start
$ python -m pytest