Skip to content

tuxmaster5000/rsconnect-python

 
 

Repository files navigation

The Posit Connect command-line interface.

Installation

uv

uv tool install rsconnect-python

pipx

pipx install rsconnect-python

into your project

python -m pip install rsconnect-python

Usage

Get an API key from your Posit Connect server with at least publisher privileges:

Store your credentials:

rsconnect add --server https://connect.example.com --api-key <YOUR-CONNECT-API-KEY> --name production

Deploy your application:

rsconnect deploy shiny app.py --title "my shiny app"

Read more about publisher and admin capabilities on the docs site.

Contributing

Contributing docs

About

Command line interface for publishing to Posit Connect

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%