Official Python SDK for Cinch — run untrusted code in secure, disposable sandboxes.
Project description
Pangolin — Python SDK for Cinch
Run untrusted code in secure, disposable sandboxes. https://cinch.codes
Install
pip install pangolin-sdk
Usage
from pangolin import Sandbox
box = Sandbox(api_key="cinch_live_...")
result = box.run("print(2 + 2)")
print(result.stdout) # "4\n"
JavaScript
result = box.run("console.log(2 + 2)", language="javascript")
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.2.0.tar.gz
(2.4 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.2.0.tar.gz.
File metadata
- Download URL: pangolin_sdk-0.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ead08d19b30ecbaad975c16698764e89e7786bd029223a25e832e700d796e3be
|
|
| MD5 |
5f4bca9cdc87dfba3bdc052a77cf2d54
|
|
| BLAKE2b-256 |
9390b07c54f3cb4032ce43ae60fba5bd59597e8530a468f483ec50a0d8fbf36f
|
File details
Details for the file pangolin_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pangolin_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 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 |
9ff6e53030cf9f8c809971ec958ce75cf2ac2b454317c8baba9194d1cc867a26
|
|
| MD5 |
1b4b60c2022a7ce6840d30effa535869
|
|
| BLAKE2b-256 |
69497063b3af8992998564df94ec1fbec28b5eadc53cd1bebfb3a4fd0d6e763b
|