Skip to content

Commit 00a1b92

Browse files
Update extension list
1 parent 7fddc61 commit 00a1b92

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

extensions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,44 @@
553553
],
554554
"tags": []
555555
},
556+
{
557+
"name": "script-python",
558+
"title": "Run a Python Script",
559+
"description": "This data transformation Python script is an example of how you might automate regular imports and transformations from a data source. JSON and CSV files are exported and made available for download. Quarto is used to render the script.",
560+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/script-python",
561+
"latestVersion": {
562+
"version": "1.0.0",
563+
"released": "2025-05-30T18:32:01Z",
564+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/script-python%40v1.0.0/script-python.tar.gz",
565+
"minimumConnectVersion": "2025.04.0",
566+
"requiredEnvironment": {
567+
"python": {
568+
"requires": "~=3.8"
569+
},
570+
"quarto": {
571+
"requires": "~=1.4"
572+
}
573+
}
574+
},
575+
"versions": [
576+
{
577+
"version": "1.0.0",
578+
"released": "2025-05-30T18:32:01Z",
579+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/script-python%40v1.0.0/script-python.tar.gz",
580+
"minimumConnectVersion": "2025.04.0",
581+
"requiredEnvironment": {
582+
"python": {
583+
"requires": "~=3.8"
584+
},
585+
"quarto": {
586+
"requires": "~=1.4"
587+
}
588+
}
589+
}
590+
],
591+
"tags": [],
592+
"category": "example"
593+
},
556594
{
557595
"name": "stock-api-fastapi",
558596
"title": "FastAPI Stock Pricing Service",

0 commit comments

Comments
 (0)