Metadata-Version: 2.3
Name: deno-sandbox
Version: 0.2.0
Summary: Deno Sandbox Python SDK
Author: The Deno Team
Author-email: The Deno Team <support@deno.com>
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: uuid>=1.30
Requires-Dist: websockets>=15.0.1
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# Deno Sandbox Python SDK

Create isolated [sandboxes on Deno Deploy](https://deno.com/deploy/sandboxes) to
securely run code in a lightweight Linux microVM. You can securely run shell
scripts, spawn processes, execute JavaScript applications and REPLs, and
interact with files remotely.

This Python SDK let's you create and manage sandboxes programmatically.

## Installation

```sh
uv add deno-sandbox
```

## Quick Start

TODO

## License

`MIT`, see the [LICENSE file](./LICENSE)
