mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-03-02 21:19:11 +00:00
rename to vban-cli
This commit is contained in:
parent
837d63d789
commit
438c7e25ea
12
README.md
12
README.md
@ -1,4 +1,4 @@
|
|||||||
# vmr-cli
|
# vban-cli
|
||||||
|
|
||||||
[](https://github.com/astral-sh/uv)
|
[](https://github.com/astral-sh/uv)
|
||||||
[](https://github.com/astral-sh/ruff)
|
[](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.
|
||||||
|
|||||||
@ -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
18
uv.lock
generated
@ -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" }]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user