Vercel Python SDK 进入 Beta 阶段

来源: Vercel News

原文

The Vercel Python SDK is now available in beta, bringing first-class Python support for many Vercel features such as Vercel Sandbox, Blob, and the Runtime Cache API.

To get started, install the vercel package with pip install vercel.

Vercel Python SDK lets you directly interact with Vercel primitives via python code like:

Run untrusted code in isolated, ephemeral environments using Vercel Sandbox:

Interact with Vercel’s Blob storage API:

And store and retrieve data across Functions, Routing Middleware, and Builds within the same region using the Runtime Cache API:

Get started with pip install vercel.

Read more