Files
python-appimage-module/meta.json
2024-08-26 13:10:33 -04:00

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"
}