Metadata-Version: 2.4
Name: vercel-sandbox
Version: 0.1.0
Summary: Deprecated: Use the 'vercel' package instead. This package now only depends on vercel.
License: MIT
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: vercel>=0.4.0

# vercel-sandbox (Deprecated)

**This package has been deprecated.** The Vercel Sandbox functionality is now included in the main [`vercel`](https://pypi.org/project/vercel/) package.

## Migration

Simply replace `vercel-sandbox` with `vercel` in your dependencies:

```bash
pip install vercel
```

All imports remain the same:

```python
from vercel.sandbox import AsyncSandbox, Sandbox
```

## Why the change?

We've consolidated the Vercel Python SDK into a single package to simplify dependency management and provide a more cohesive developer experience.

## Compatibility

This package (`vercel-sandbox>=0.1.0`) now depends on `vercel>=0.4.0` and contains no code of its own. Existing projects depending on `vercel-sandbox` will continue to work, but we recommend updating your dependencies to use `vercel` directly.
