Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit a9203f2

Browse files
committed
nanokvm: add reference to python-nanokvm
1 parent 2a70336 commit a9203f2

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

packages/jumpstarter-driver-nanokvm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NanoKVM Driver
22

3-
`jumpstarter-driver-nanokvm` provides comprehensive support for [NanoKVM](https://github.com/sipeed/NanoKVM) devices, enabling remote KVM (Keyboard, Video, Mouse) control over the network.
3+
`jumpstarter-driver-nanokvm` provides comprehensive support for [NanoKVM](https://github.com/sipeed/NanoKVM) devices thanks to the amazing [python-nanokvm](https://github.com/puddly/python-nanokvm) library, enabling remote KVM (Keyboard, Video, Mouse) control over the network.
44

55
## Features
66

packages/jumpstarter-driver-nanokvm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"jumpstarter",
1414
"jumpstarter-driver-composite",
1515
"jumpstarter-driver-pyserial",
16-
"nanokvm @ git+https://github.com/mangelajo/python-nanokvm.git@python-3-11",
16+
"nanokvm>=0.1.0",
1717
"aiohttp",
1818
"pillow",
1919
"pydantic",

uv.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)