Metadata-Version: 2.4
Name: vercel
Version: 0.6.0
Summary: Python SDK for Vercel
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: anyio<5,>=4.0.0
Requires-Dist: cbor2<7,>=6.0
Requires-Dist: httpx<1,>=0.27.0
Requires-Dist: pydantic<3,>=2.7.0
Requires-Dist: python-dotenv<2,>=1.0.0
Requires-Dist: typing-extensions<5,>=4.0.0; python_version < '3.11'
Requires-Dist: vercel-headers>=0.6.0
Requires-Dist: vercel-oidc>=0.6.0
Requires-Dist: vercel-workers<1,>=0.0.16; python_version >= '3.12'
Requires-Dist: websockets<17,>=12.0
Description-Content-Type: text/markdown

# vercel Package Map

This package exposes small public modules for Vercel APIs and Vercel Function
helpers.

## Public Modules

- `vercel.blob` - Vercel Blob uploads, downloads, metadata, listing, copy, and delete
- `vercel.cache` - Runtime Cache clients and invalidation helpers
- `vercel.cron` - cron decorators and schedule helpers
- `vercel.deployments` - deployment creation and deployment file upload helpers
- `vercel.functions` - convenience exports for function code
- `vercel.oidc` - OIDC token lookup, refresh, credentials, and payload decoding
- `vercel.projects` - project list, create, update, and delete helpers
- `vercel.sandbox` - Sandbox creation, commands, files, snapshots, and PTY support
- `vercel.workflow` - Workflows, steps, sleeps, hooks, and run startup
- `vercel.client` - `AsyncVercel` and `Vercel` grouped clients
- `vercel.env` - Vercel system environment variable parsing
- `vercel.headers` - request header context, IP, and geolocation helpers

## Internals

`vercel._internal` contains implementation details shared by the public modules.
Do not import from it in application code or generated examples; it may change
without public API guarantees.
