Metadata-Version: 2.1
Name: lsl-cli
Version: 0.1.0
Summary: Command-line tools for the Lab Streaming Layer.
Home-page: https://github.com/yop0/lsl-cli
Author: Johan Medrano
Author-email: johan.medrano653@gmail.com
License: MIT
Description: # lsl-cli
        Command-line tools for the [Lab Streaming Layer](https://labstreaminglayer.readthedocs.io/info/getting_started.html). 
        
        # Installation
        ### Method 1: Using pip
        ```bash
        pip install lsl-cli
        ```
        
        ### Method 2: From source
        ```bash
        git clone https://github.com/yop0/lsl-cli.git
        cd lsl-cli
        pip install .
        ```
        
        ## Enabling autocompletion (bash/zsh users)
        The package comes with autocompletion files for Bash and Zsh.
        To enable autocompletion, use the following command to automatically source the autocompletion file (for Bash users, replace `~/.zshrc`  with `~/.bashrc`): 
        ```
        lsl complete >> ~/.zshrc
        ```
        
        # Usage
        ```
        $> lsl list                # List available stream outlets
        $> lsl show {outlet}       # Show outlet data (in XML format)
        $> lsl echo {outlet}       # Continuously print received data
        $> lsl find                # Use options to specify outlet properties (e.g. --name, --channel_count, ...)
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Description-Content-Type: text/markdown
