rsconnect-python
The Posit Connect command-line interface.
What it is and what it does
rsconnect-python is the official command-line interface for Posit Connect, a content publishing platform. It provides a streamlined way to authenticate with a Connect server, store credentials locally, and deploy applications and content from your development environment to a remote server.
The tool depends on standard Python packages for CLI interaction (click), JWT authentication (pyjwt), semantic versioning (semver), and configuration management (toml). It's designed to be installed as a standalone tool via uv or pipx, or integrated into a project's dependencies. Deployment workflows typically involve one-time credential setup followed by simple deploy commands tied to your application files.
Use it for:
- Deploy a Shiny application to a Posit Connect server for team sharing and hosting.
- Automate content publishing in CI/CD pipelines using stored server credentials.
- Manage multiple Connect server targets and switch between them for different environments.
- Publish Python-based analytics or reporting applications without manual server uploads.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
rsconnect-python is a command-line tool for deploying applications and content to Posit Connect servers, handling authentication, versioning, and deployment orchestration.
Yes, if you deploy to Posit Connect. The tool is actively maintained, has low install friction, carries no security vulnerabilities, and is the standard way to publish Python content to Connect servers. Not relevant if you don't use Posit Connect.
Install
rsconnect-python on PyPI
pip
pip install rsconnect-pythonuv
uv add rsconnect-pythonpoetry
poetry add rsconnect-pythonInstalling rsconnect-python
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a recent release (29 days ago) and ongoing repository activity. Eight runtime dependencies are all common, lightweight packages.
License in practice
Licensed under MIT with no restrictions on use, modification, or distribution. The license treatment is marked unclear in the metadata, but the license text itself is standard MIT.
Quickstart
pip install rsconnect-python
rsconnect add --server https://connect.example.com --api-key YOUR_KEY --name production
rsconnect deploy shiny app.py --title "my app"
Requires an active Posit Connect server and valid API credentials with publisher privileges to deploy.
Verify before relying
- Whether the package supports deployment of content types beyond Shiny applications (e.g., Quarto, Jupyter notebooks, static content).
- Whether the tool requires a specific version of Posit Connect or supports multiple server versions.
Package facts
| License | # MIT License Copyright (c) 2025 Posit Software, PBC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),… (full text in the JSON record) (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — typing-extensions, pip, uv, semver, pyjwt, click, packaging, toml |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 172,182/month — #10,346 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rsconnect_python-1.30.0-py3-none-any.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
shinyShiny for Python is a web development framework…
permissive · top 15,000 on PyPI
pinsPins publishes and shares Python objects (data,…
permissive · top 15,000 on PyPI
reflex-hosting-cliA command-line tool for managing Reflex…
permissive · top 15,000 on PyPI
fastapi-cloud-cliA command-line tool for deploying and managing…
permissive · top 1,000 on PyPI
shinychatshinychat provides a chat UI component for…
permissive · top 15,000 on PyPI
shinyswatchProvides 25 Bootswatch + Bootstrap 5 themes for…
permissive · top 15,000 on PyPI
ecs-deployecs-deploy is a CLI tool that simplifies Amazon…
permissive · top 15,000 on PyPI
jupyter-server-proxyJupyter Server Proxy runs external processes…
permissive · top 15,000 on PyPI
awsebcliEB CLI is a command-line tool for deploying,…
permissive · top 15,000 on PyPI
chaliceChalice is a Python framework for building and…
permissive · top 15,000 on PyPI