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.10
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.10.tar.gz | 31.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fastapi_workbench-1.0.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 68.9 kB
Release files / fastapi_workbench-1.0.10.tar.gz
| Download URL | fastapi_workbench-1.0.10.tar.gz |
|---|---|
| Size | 31.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c3b973ba33e628e56446036c58457502703d80b6cad2b8c742be457a4b5dbbf
|
|
BLAKE2b-256 checksum How to use checksums |
439d7d779cffa0ad9a0fea9f2eed7ee50eaacedfa020d0585785d77915b56807
|
| 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.10-py3-none-any.whl
| Download URL | fastapi_workbench-1.0.10-py3-none-any.whl |
|---|---|
| Size | 37.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
738a85485ccf850ff37bdfcbd66031edfbe601ccbff16363766c908e99b2661a
|
|
BLAKE2b-256 checksum How to use checksums |
a8773f66a5d0290519aca4b87d13865fd3ae3b0c696647cf0708b21c748e858e
|
| 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}
|