Metadata-Version: 2.4
Name: nmos-cmd
Version: 0.0.1
Summary: nmos-cmd is a command line tool to send NMOS requests
Author-email: Tianzhu Qiao <tq@feiyilin.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tianzhuqiao/nmos-cmd
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1
Requires-Dist: packaging
Requires-Dist: platformdirs
Requires-Dist: requests
Requires-Dist: tqdm
Dynamic: license-file

# nmos-patch
**nmos-cmd** is a tool to make it easier to send [NMOS](https://specs.amwa.tv/nmos/) requests.


## Installation
```
$ pip install nmos-cmd
```

To start from terminal
```
$ nmos-cmd --help
Usage: nmos-cmd [OPTIONS] COMMAND [ARGS]...

  A tool to connect the NMOS sender streams to receiver streams.

Options:
  --help  Show this message and exit.

Commands:
  config  Set default option for each command/subcommand.
  list    List streams of a device.
  patch   Send NMOS PATCH command.
```

