Python SDK for Vercel Sandbox
Project description
vercel-sandbox-bundle
This is a version of vercel-sandbox with third-party dependencies bundled. For normal use, install the unbundled vercel-sandbox package instead: https://pypi.org/project/vercel-sandbox/
Vercel Sandbox Python SDK
Create and manage Vercel Sandboxes with synchronous and asynchronous APIs.
from vercel import sandbox
from vercel.api import session
async with session():
async with sandbox.create_sandbox() as instance:
process = await instance.run_process("echo", ["hello"], capture_output=True)
print(process.stdout)
The package can be installed independently with pip install vercel-sandbox.
The same promoted API is available synchronously:
from vercel.api import session
from vercel.sandbox import sync as sandbox
with session():
with sandbox.create_sandbox() as instance:
process = instance.run_process("echo", ["hello"], capture_output=True)
print(process.stdout)
Installing this package also provides the vercel-sandbox and sandbox
console commands. Both are aliases that delegate all arguments to npx sandbox;
they require Node.js with npm and npx installed. Node.js is not required when
using the Python API directly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vercel_sandbox_bundle-0.2.0.tar.gz.
File metadata
- Download URL: vercel_sandbox_bundle-0.2.0.tar.gz
- Upload date:
- Size: 56.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31f9625e4f9cde5a4d7d66af56f3c04f1377ffaa4e2347760dffed194ae3ada7
|
|
| MD5 |
d7280eea715e2b6dccc2b3a92ced461f
|
|
| BLAKE2b-256 |
18e3d52a620ee023670e35205ee94a6e98ebe70b574dcf1cb75f5a30147395e0
|
File details
Details for the file vercel_sandbox_bundle-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vercel_sandbox_bundle-0.2.0-py3-none-any.whl
- Upload date:
- Size: 68.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
476b6d4ccfd3ab877f78a01f1d90793b5bd2307ac75920d2c87fb5361e72bfa6
|
|
| MD5 |
de4dc20f8a857efb01a92ee434d7e125
|
|
| BLAKE2b-256 |
cf69024cc562bd21025227dc0f20b0904ac34df0ebb2da8540cbbb56d2585925
|