rename to vban-cli

This commit is contained in:
onyx-and-iris 2026-02-27 17:45:17 +00:00
parent 837d63d789
commit 438c7e25ea
11 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# vmr-cli # vban-cli
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
@ -10,16 +10,16 @@
#### With uv #### With uv
```console ```console
uv tool install vmr-cli uv tool install vban-cli
``` ```
#### With pipx #### With pipx
```console ```console
pipx install vmr-cli pipx install vban-cli
``` ```
The CLI should now be discoverable as `vmr-cli` The CLI should now be discoverable as `vban-cli`
--- ---
@ -28,7 +28,7 @@ The CLI should now be discoverable as `vmr-cli`
### Flags ### Flags
```console ```console
vmr-cli --host=localhost --port=6980 --streamname=Command1 vban-cli --host=localhost --port=6980 --streamname=Command1
``` ```
### Environment Variables ### Environment Variables
@ -53,4 +53,4 @@ export VMR_CLI_STREAMNAME=Command1
## License ## License
`vmr-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. `vban-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

View File

@ -1,5 +1,5 @@
[project] [project]
name = "vmr-cli" name = "vban-cli"
version = "0.2.0" version = "0.2.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
@ -18,7 +18,7 @@ classifiers = [
] ]
[project.scripts] [project.scripts]
vmr-cli = "vmr_cli.app:run" vban-cli = "vban_cli.app:run"
[tool.uv] [tool.uv]
package = true package = true

18
uv.lock generated
View File

@ -101,15 +101,7 @@ wheels = [
] ]
[[package]] [[package]]
name = "vban-cmd" name = "vban-cli"
version = "2.5.2"
source = { directory = "../vban-cmd-python" }
[package.metadata]
requires-dist = [{ name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=2.0.1,<3.0" }]
[[package]]
name = "vmr-cli"
version = "0.2.0" version = "0.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
@ -122,3 +114,11 @@ requires-dist = [
{ name = "cyclopts", specifier = ">=4.6.0" }, { name = "cyclopts", specifier = ">=4.6.0" },
{ name = "vban-cmd", directory = "../vban-cmd-python" }, { name = "vban-cmd", directory = "../vban-cmd-python" },
] ]
[[package]]
name = "vban-cmd"
version = "2.5.2"
source = { directory = "../vban-cmd-python" }
[package.metadata]
requires-dist = [{ name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=2.0.1,<3.0" }]