Metadata-Version: 2.1
Name: mint-cli
Version: 3.1.0
Summary: A execution manager cli for execution
Home-page: https://github.com/mintproject/mint-execution-manager
Author: Maximiliano Osorio
Author-email: mosorio@isi.edu
License: Apache-2
Description: # mint_cli
        
        
        ## CLI
        
        `mint` is a cli utility to `explore` executions on MINT.
        
        ### Installation
        
        ```bash
        pip install mint-cli
        ```
        
        ### Executions
        
        ```bash
        $ mint --help
        Usage: mint [OPTIONS] COMMAND [ARGS]...
        
        Options:
          -v, --verbose
          --help         Show this message and exit.
        
        Commands:
          execution  Manages the executions
          setup      Manages a setup of a model.
        ```
        
        The execution sub command is used to manages the executions
        
        ```bash
        $ mint execution
        Usage: mint execution [OPTIONS] COMMAND [ARGS]...
        
          Manages the executions
        
        Options:
          --help  Show this message and exit.
        
        Commands:
          download  Download the inputs
          search    List all the execution
          show      Show details of execution
        ```
        
        ## Example usage
        
        [![asciicast](https://asciinema.org/a/VY41zVL6997RTNRwp3OjpxF2p.svg)](https://asciinema.org/a/VY41zVL6997RTNRwp3OjpxF2p)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
