rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
`rsconnect deploy` has a command for deploying static HTML content to Connect with `rsconnect deploy html`. There is no equivalent command for `rsconnect write-manifest` making it difficult to deploy such...
As of the pip-24.1 release, our "latest" wheel cannot be installed: ```bash pip install https://cdn.posit.co/connect/rsconnect-python/latest/rsconnect_python-latest-py2.py3-none-any.whl #> ERROR: Invalid requirement: 'rsconnect-python==latest': Expected end or semicolon (after name and no valid version...
It is possible for a locally tracked content build to become out-of-sync with the state of the content items on the connect server. When this happens, we should provide an...
- update makefile to support building wheels with a different package name - add a script to rewrite the package name in CI - `uv run` is used for this...
This is only half-baked, but it shows the idea of parameterizing the package name via setup.py instead of using pyproject.toml.
In contexts where verification indicates that the application has experienced some kind of startup issue, it would be helpful to return the logs from Connect. This would be particularly helpful...
Could you please confirm if it would be possible to add "applications" on rsconnect-python ? This function is very usefull when we need to collect data from "shinyapps.io" via CLI,...
See https://github.com/posit-dev/rsconnect-python/pull/655 for prior discussion. As `--python` doesn't influence anymore the python interpreter version used to run the content, the only reason why the option is still around is to...