Metadata-Version: 1.2
Name: lucidtech-las-cli
Version: 3.1.0
Summary: CLI for Lucidtech AI Services
Home-page: https://github.com/LucidtechAI/las-cli
Author: Lucidtech
Maintainer: August Kvernmo
Maintainer-email: august@lucidtech.ai
License: Apache 2.0
Description: # Command Line Interface for Lucidtech AI Services
        
        ## Installation
        
        ```bash
        $ pip install lucidtech-las-cli
        ```
        
        ## Documentation
        
        [Link to docs](https://docs.lucidtech.ai/getting-started/dev/cli)
        
        ## Usage
        All methods support the `--help` flag which will provide information on the purpose of the method, 
        and what arguments could be added.
        
        ```bash
        $ las documents create --help
        $ las models list --help
        $ las workflows update --help
        ```
        
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
