Tests Test Coverage Latest release BSD-3 clause license PyPI - Python Version

Command Line

Help:

tsblender --help

about

$ tsblender about --help
usage: tsblender about [-h]

Display version number and system information.

options:
  -h, --help  show this help message and exit

list_bounded_parameters

$ tsblender list_bounded_parameters --help
usage: tsblender [-h] {about,run} ...
tsblender: error: argument {about,run}: invalid choice: 'list_bounded_parameters' (choose from 'about', 'run')

run

$ tsblender run --help
usage: tsblender run [-h] [--running_context RUNNING_CONTEXT] infile

Parse and run a tsproc or tsblender file.

positional arguments:
  infile                The tsproc file to parse.

options:
  -h, --help            show this help message and exit
  --running_context RUNNING_CONTEXT
                        The context to run in the tsproc file. The default is
                        None which uses the context specified in the SETTINGS
                        block in the tsproc/tsblender file.

update_params

$ tsblender update_params --help
usage: tsblender [-h] {about,run} ...
tsblender: error: argument {about,run}: invalid choice: 'update_params' (choose from 'about', 'run')

update_weights

$ tsblender update_weights --help
usage: tsblender [-h] {about,run} ...
tsblender: error: argument {about,run}: invalid choice: 'update_weights' (choose from 'about', 'run')