Skip to content

Commit 5681bbb

Browse files
Update extension list
1 parent 90ed9c8 commit 5681bbb

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

extensions.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,38 @@
731731
"tags": [],
732732
"category": "example"
733733
},
734+
{
735+
"name": "top-5-income-share-shiny",
736+
"title": "Top 5% income share using Shiny",
737+
"description": "A Shiny application makes it easy to transform your analysis into an interactive application using Python so users can ask and answer their own questions in real-time.",
738+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/top-5-income-share-shiny",
739+
"latestVersion": {
740+
"version": "1.0.0",
741+
"released": "2025-05-23T22:35:47Z",
742+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/top-5-income-share-shiny%40v1.0.0/top-5-income-share-shiny.tar.gz",
743+
"minimumConnectVersion": "2025.04.0",
744+
"requiredEnvironment": {
745+
"python": {
746+
"requires": "~=3.9"
747+
}
748+
}
749+
},
750+
"versions": [
751+
{
752+
"version": "1.0.0",
753+
"released": "2025-05-23T22:35:47Z",
754+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/top-5-income-share-shiny%40v1.0.0/top-5-income-share-shiny.tar.gz",
755+
"minimumConnectVersion": "2025.04.0",
756+
"requiredEnvironment": {
757+
"python": {
758+
"requires": "~=3.9"
759+
}
760+
}
761+
}
762+
],
763+
"tags": [],
764+
"category": "example"
765+
},
734766
{
735767
"name": "top-5-income-share-streamlit",
736768
"title": "Top 5% income share using Streamlit",

0 commit comments

Comments
 (0)