mirror of
https://github.com/hexbabe/python-appimage-module.git
synced 2025-07-20 20:42:05 +02:00
13 lines
374 B
JSON
13 lines
374 B
JSON
{
|
|
"module_id": "seanorg:python-appimage-example",
|
|
"visibility": "public",
|
|
"url": "https://github.com/viamrobotics/python-appimage-module",
|
|
"description": "Example of deploying a Python module with AppImageBuilder.",
|
|
"models": [
|
|
{
|
|
"api": "rdk:component:camera",
|
|
"model": "seanorg:camera:python-appimage-example"
|
|
}
|
|
],
|
|
"entrypoint": "run.sh"
|
|
} |