{"id":28429709,"url":"https://github.com/appsilon/shinygathering-tapyr","last_synced_at":"2026-03-14T18:03:09.543Z","repository":{"id":241593673,"uuid":"807184030","full_name":"Appsilon/shinygathering-tapyr","owner":"Appsilon","description":null,"archived":true,"fork":false,"pushed_at":"2025-06-29T00:13:32.000Z","size":143,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T13:50:02.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Appsilon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-28T16:07:16.000Z","updated_at":"2025-07-01T12:21:01.000Z","dependencies_parsed_at":"2024-08-15T03:41:20.524Z","dependency_job_id":"c81ff481-f122-4040-8fb9-197211e1e508","html_url":"https://github.com/Appsilon/shinygathering-tapyr","commit_stats":null,"previous_names":["appsilon/shinygathering-tapyr"],"tags_count":0,"template":false,"template_full_name":"Appsilon/tapyr-template","purl":"pkg:github/Appsilon/shinygathering-tapyr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinygathering-tapyr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinygathering-tapyr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinygathering-tapyr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinygathering-tapyr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appsilon","download_url":"https://codeload.github.com/Appsilon/shinygathering-tapyr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshinygathering-tapyr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273225452,"owners_count":25067311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-05T13:38:56.816Z","updated_at":"2026-03-14T18:03:09.465Z","avatar_url":"https://github.com/Appsilon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tapyr - Shiny for Python Application Template\u003ca href=\"https://appsilon.github.io/tapyr-template/\"\u003e\u003cimg src=\"www/images/tapyr.png\" align=\"right\" alt=\"Tapyr logo\" style=\"height: 140px;\"\u003e\u003c/a\u003e\n\n\u003e Create and deploy enterprise-ready PyShiny dashboards with ease.\n\n## Introduction\n\nTapyr is designed for data scientists and developers seeking a seamless transition from development to deployment, this template uses `poetry` for dependency management and `pytest`/`playwright` for comprehensive app validation/testing/quality assurance.\nIdeal for projects aiming for high-quality code and efficient deployment on Posit Connect.\n\n## Events\n### Upcoming\nWould you like to learn about Tapyr? Join our events!\n* [**Open Source Spotlight: Tapyr - Shiny for Python Framework**](https://go.appsilon.com/tapyr-webinar-may2024?utm_source=community\u0026utm_medium=github\u0026utm_campaign=shinygathering)\u003cbr\u003e\n2024-05-28 at 18:00 (UTC+1)\u003cbr\u003e\nShiny Gathering led by [Piotr Storożenko](https://www.linkedin.com/in/piotr-pasza-storo%C5%BCenko/)\n\n## Docs\n\nFor comprehensive documentation, please visit our [documentation](https://connect.appsilon.com/tapyr-docs/).\n\n## Getting Started\n\nCheck out our get started with `tapyr` [blog post](www.appsilon.com/post/introducing-tapyr).\n\n### Using Devcontainer\n\nTo ensure a consistent development experience across all environments, we recommend using the [devcontainer](https://code.visualstudio.com/docs/remote/containers) configuration with Visual Studio Code or DevPod for container-based development.\n\n1. **Start the Devcontainer**: Open the project in VS Code and select \"Reopen in Container\" when prompted, or use the Command Palette (`Ctrl+Shift+P`) and choose \"Remote-Containers: Reopen in Container\". Alternatively, use [DevPod](https://devpod.sh/) following their instructions.\n2. **Activate the virtual environment**:\n   ```sh\n   poetry shell\n   ```\n3. **Run the application**:\n   ```sh\n   shiny run app.py --reload\n   ```\n4. **Execute tests**:\n   ```sh\n   poetry run pytest\n   ```\n\n*Note*: The Devcontainer might limit some `playwright` features, such as `codegen`. For full functionality, consider a local setup.\n\n### Setting Up Locally with Poetry\n\nFor developers preferring a local setup without Devcontainer:\n\n1. **Install pipx**: Ensure pipx is installed for managing isolated CLI apps.\n2. **Install Poetry**:\n   ```sh\n   pipx install poetry\n   ```\n3. **Clone the repository** and navigate to it.\n4. **Install dependencies**:\n   ```sh\n   poetry install\n   playwright install\n   ```\n\n*Attention*: Follow any additional steps prompted by `playwright install`.\n\n### Deployment on Posit Connect\n\nDeploy your application to Posit Connect by:\n\n1. **Exporting your API Key**:\n   ```sh\n   export CONNECT_API_KEY=\"your_api_key_here\"\n   ```\n2. **Configuring Posit Connect**:\n   ```sh\n   rsconnect add \\\n   --api-key $CONNECT_API_KEY \\\n   --server \u003cMY_CONNECT_URL\u003e \\\n   --name \u003cSERVER_NAME\u003e\n   ```\n3. **Deploying**:\n   ```sh\n   rsconnect deploy shiny -t \"Tapyr App\" .\n   ```\n\nReplace placeholders with your server URL, server name, and API key. Verify the deployment on Posit Connect for successful upload.\n\n## :star2: Stay Updated\nDon't miss out on important updates and exclusive content about Tapyr and PyShiny → [Subscribe to our newsletter](https://go.appsilon.com/shiny-weekly?utm_source=community\u0026utm_medium=github\u0026utm_content=tapyr).\n\nHave questions or want to contribute? Engage with Appsilon's developers and the data science community on our [Shiny 4 All](https://go.appsilon.com/shiny4allcommunity).\n\n\n---\n\nDeveloped with :heart: at [Appsilon](https://appsilon.com).\nGet in touch: \u003copensource@appsilon.com\u003e.\n\nWant to stay up to date with Tapyr and other packages? Join 4,2k explorers and get the [📧 Shiny Weekly Newsletter](https://go.appsilon.com/shiny-weekly?utm_source=community\u0026utm_medium=github\u0026utm_content=tapyr) into your mailbox and check our [Slack community](https://go.appsilon.com/shiny4allcommunity).\n\nExplore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!\n\nAppsilon is a\n[**Posit (formerly RStudio) Full Service Certified Partner**](https://www.rstudio.com/certified-partners/).\n\n\u003ca href=\"https://appsilon.com/careers/\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png\" alt=\"We are hiring!\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsilon%2Fshinygathering-tapyr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsilon%2Fshinygathering-tapyr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsilon%2Fshinygathering-tapyr/lists"}