Run code safely in disposable cloud sandboxes. Powered by Cinch.
Project description
Pangolin 🦔
Run untrusted, AI-generated code safely in disposable, isolated cloud sandboxes. Powered by Cinch.
Install
pip install pangolin-sdk
Usage
from pangolin import Sandbox
box = Sandbox(api_key="your-api-key")
result = box.run("print(2 + 2)")
print(result.stdout) # "4\n"
print(result.exit_code) # 0
Code runs in a sealed, gVisor-isolated sandbox and is destroyed after each run. Your infrastructure is never touched.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pangolin_sdk-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pangolin_sdk-0.1.0.tar.gz.
File metadata
- Download URL: pangolin_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35355da5488cd3c8ff04de3d7629cbc48af9adc9288ac3ddf38254357ef9cc59
|
|
| MD5 |
1b4d9536bbe35681e23b8f0bf3a13cbb
|
|
| BLAKE2b-256 |
78635cdccbfbf1fbf604dfb9ee8267faf907668ab85a916300a041e247d974ea
|
File details
Details for the file pangolin_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pangolin_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c55111503c17bdff1b4c0fac244b6d7783de1668cb4fae5a5075cb51454016f
|
|
| MD5 |
d5c01c2a70d4327d4b54cf56f25adae3
|
|
| BLAKE2b-256 |
3a77682b183fa99be1c716f0887191afcf2fa749f075b7999527d648b8cb4c7f
|