We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07527a4 commit b7a949bCopy full SHA for b7a949b
README.md
@@ -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