rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
On deploying a shiny app for the first time occasionally fails with the error during the step of installing packages ```sh building - Installing packages [ERROR] 2023-08-22T19:38:41-0700 Build logs: Quarto...
One of the use cases we are trying to solve for CI deployments to `shinyapps.io` is to not have the default web browser tab being open on every successful deployment...
I am trying to deploy a Streamlit dashboard to Connect, but get an error. ### Setup I have the following directory structure: ``` dashboard `-- app.py # imports from my_awesome_package...
Using various combinations of versions for rsconnect and Python, I consistently get the following errors when trying to deploy to Shiny Apps IO:  My app works locally. Also have...
## Summary The CI GitHub Action occasionally fails when executing the following step: https://github.com/rstudio/rsconnect-python/blob/master/.github/workflows/main.yml#L156-L182 See https://github.com/rstudio/rsconnect-python/actions/runs/5478386182/jobs/9999333833 In some instances, this results in the following error: ``` docker-compose up -d rsconnect-python_rsconnect_1...
In the Panel community a few users have been discussion the possibility to deploy [Panel](https://panel.holoviz.org/) on the Shiny Server in https://discourse.holoviz.org/t/deploy-bokeh-app-via-shiny-server/1521 It would probably be relatively straight forward as Panel...
I have a project in which I only use a Python script in pre-rendering, but not in any `.qmd` files. Generating a manifest through: ``` rsconnect write-manifest quarto . --overwrite...
[file_checksum ](https://github.com/rstudio/rsconnect-python/blob/0c2708ff845039266c2ddcc62761cf2e79544478/rsconnect/bundle.py#L379-L389) is generating different checksums for the same file. The file can be any file that exist on disk, uploaded as part of a bundle, or re-downloaded as part...
We use bot RSConnect and pypoetry quite a bit. It would be great if rsconnect-python supported deploying pypoetry projects or other ways of plugging in to pyproject.toml buiold systems. We...