Commandline Reference
pybrid
Entrypoint for all functions in the pybrid command line tool.
Additional pybrid-computing
packages hook new subcommands into this entrypoint.
Please see their documentation for additional available commands.
pybrid [OPTIONS] COMMAND [ARGS]...
Options
- --log-level <log_level>
Set all ‘pybrid’ loggers to the passed level.
- Options:
CRITICAL | ERROR | WARNING | INFO | DEBUG
Custom subcommands
You can register your own subcommands with the command line interface to extend the available functionality. This is for example useful, if you want to provide easy-to-use analog algorithms to people not familiar with programing.
Computer specific commands
As we have seen in the Quickstart section, each supported analog computer registers their own set of subcommands
with the common pybrid
command line entrypoint.
- REDAC Command Line Interface
The REDAC analog computer uses the subcommand
redac
. See the REDAC Command Line Interface for more information.pybrid redac [...]