Vibengine SDK for secure sandboxed cloud environments
Project description
Vibengine Python SDK
Python SDK for managing secure Vibengine sandboxes.
Install
pip install vibengine
Quickstart
from vibengine import Sandbox
with Sandbox.create(timeout=60) as sandbox:
result = sandbox.commands.run("echo hello")
print(result.stdout)
Async
from vibengine import AsyncSandbox
async def main():
async with await AsyncSandbox.create(timeout=60) as sandbox:
result = await sandbox.commands.run("echo hello")
print(result.stdout)
Compatibility
- New import path:
from vibengine import ... - Backward compatibility path is still available:
from e2b import ...
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
vibengine-2.13.2.tar.gz
(139.8 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
vibengine-2.13.2-py3-none-any.whl
(252.1 kB
view details)
File details
Details for the file vibengine-2.13.2.tar.gz.
File metadata
- Download URL: vibengine-2.13.2.tar.gz
- Upload date:
- Size: 139.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcfbbf1c4bb744237ee12fc608c1dd46ebf94ceb51e3f66fe553c51180ac7e74
|
|
| MD5 |
0142e27ecc9948c6f505dd9c941385f4
|
|
| BLAKE2b-256 |
3f047e55497ba8fe60c3efea60fd71fbf5cd6b62a19129827cee9dc8971d6063
|
File details
Details for the file vibengine-2.13.2-py3-none-any.whl.
File metadata
- Download URL: vibengine-2.13.2-py3-none-any.whl
- Upload date:
- Size: 252.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126e9660d83634b5aca06a8c02bc71b722bda6271b90f11944175855c0471e5c
|
|
| MD5 |
65468f86426058f837207336134f15b5
|
|
| BLAKE2b-256 |
ded07b386953bd276c229c7929a9fdae14b248e9769a0bb189626f54a4c76ef8
|