Command Line Interface for Lucidtech AI Services
Installation
$ pip install lucidtech-las-cli
Documentation
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