Skip to content

Commit b7a949b

Browse files
chore: update README
1 parent 07527a4 commit b7a949b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Deno Sandbox Python SDK
2+
3+
Create isolated [sandboxes on Deno Deploy](https://deno.com/deploy/sandboxes) to
4+
securely run code in a lightweight Linux microVM. You can securely run shell
5+
scripts, spawn processes, execute JavaScript applications and REPLs, and
6+
interact with files remotely.
7+
8+
This Python SDK let's you create and manage sandboxes programmatically.
9+
10+
## Installation
11+
12+
```sh
13+
uv add deno-sandbox
14+
```
15+
16+
## Quick Start
17+
18+
TODO
19+
20+
## License
21+
22+
`MIT`, see the [LICENSE file](./LICENSE)

0 commit comments

Comments
 (0)