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.9
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.9.tar.gz | 30.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fastapi_workbench-1.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 66.8 kB
Release files / fastapi_workbench-1.0.9.tar.gz
| Download URL | fastapi_workbench-1.0.9.tar.gz |
|---|---|
| Size | 30.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2b05de12990c554d0741660f5335750a3d7738a611fa4334b8e18df58828f4d
|
|
BLAKE2b-256 checksum How to use checksums |
9ced9942acd07db808cbe4fb415c7ee059e45c9da928f4e9369c12916824f4b0
|
| 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.9-py3-none-any.whl
| Download URL | fastapi_workbench-1.0.9-py3-none-any.whl |
|---|---|
| Size | 36.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d476eaac358eb37d5c74fe301bde87fc1f98c8e5e05c7b6ba4f5b92fec851a26
|
|
BLAKE2b-256 checksum How to use checksums |
18b5d030ac7f05ba0c39913dcb48624d2b6dffb986fff8bb24da1fa7e3d29c74
|
| 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}
|