fastapi-workbench
Generic Posit Workbench / RStudio Server deployment adapter for FastAPI and other Starlette-compatible ASGI applications.
Installing or importing this package does not wrap your application.
RS_SERVER_URL is discovery-only and never grants trust.
Package maturity: Beta independent 1.x · requirement >=1.0.2,<2.0
The package supports Python 3.10–3.14. The commands below use Python 3.11 as the standard Workbench spelling.
Supported Workbench floor is 2025.05.1; current verified lane is 2026.07.0.
Install
python3.11 -m venv .venv
source .venv/bin/activate
python3.11 -m pip install "fastapi-workbench>=1.0.2,<2.0"
Quick start
fastapi-workbench run myapp.main:app
fastapi-workbench run myapp.main:app --discover # when RS_SERVER_URL is omitted
fastapi-workbench check myapp.main:app --discover
fastapi-workbench doctor myapp.main:app --live --discover
Explicit --discover works without RS_SERVER_URL; it binds the selected port
before invoking rserver-url.
Wrap an existing ASGI app:
from fastapi_workbench import workbenchify
app = workbenchify(my_asgi_app, owned_cookie_names=("session",))
Configuration
Environment variables use the FASTAPI_WORKBENCH_* prefix (for example
FASTAPI_WORKBENCH_MOUNT, FASTAPI_WORKBENCH_MODE). See fastapi-workbench check --help for the full CLI surface.
Release files for fastapi-workbench 1.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fastapi_workbench-1.0.11.tar.gz | 32.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fastapi_workbench-1.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 69.6 kB
Release files / fastapi_workbench-1.0.11.tar.gz
| Download URL | fastapi_workbench-1.0.11.tar.gz |
|---|---|
| Size | 32.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3538d9a6a9eee7bbb8972fa2284f74d5f7628ecbcef728f6b4622f50971a9c7
|
|
BLAKE2b-256 checksum How to use checksums |
9d8d0d9c05ba2ca2e3800f25ad1bf09f54786c3262791342dbd2de501495691a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / fastapi_workbench-1.0.11-py3-none-any.whl
| Download URL | fastapi_workbench-1.0.11-py3-none-any.whl |
|---|---|
| Size | 37.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
79151ade013516cf818ebee2afe13f060c93d2d4397b04368c420fcbcec11ba6
|
|
BLAKE2b-256 checksum How to use checksums |
ba71580da0811124c5395b60acf0dca8842616988fe742f9e97a3e70f629d075
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|