E2B SDK that give agents cloud environments

What is E2B? E2B is an open-source infrastructure that allows you to run AI-generated code in secure isolated sandboxes in the cloud. To start and control sandboxes, use our JavaScript SDK or Python SDK. Run your first Sandbox 1. Install SDK pip install e2b-code-interpreter 2. Get your E2B API key Sign up to E2B here. Get your API key here. Set environment variable with your API key E2B_API_KEY=e2b_*** 3. Execute code with code interpreter inside Sandbox from e2b_code_interpreter import Sandbox with Sandbox() as sandbox: sandbox.run_code("x = 1") execution = sandbox.run_code("x+=1; x") print(execution.text) # outputs 2 4. Check docs Visit E2B documentation. 5. E2B cookbook Visit our Cookbook to get inspired by examples with different LLMs and AI frameworks.
RPM
python3-e2b-1.4.0-1.lbn42.noarch.rpm
Summary
E2B SDK that give agents cloud environments
URL
https://pypi.org/project/e2b
Group
Unspecified
License
ZPL
Source
python-e2b-1.4.0-1.lbn42.src.rpm
Checksum
b8eb2f3c2a727d3b0b0ac818dae6bef200a993b40041db5cd9c954b3bdb6e74c
Signing Signature
RSA/SHA512, Sun 05 Apr 2026 07:24:31 PM AEST, Key ID d760880122ab8392
Build Date
2025/09/13 15:21:07
Requires
python3.13dist(attrs) >= 23.2
python3.13dist(packaging) >= 24.1
python3.13dist(protobuf) >= 4.25
python3.13dist(python-dateutil) >= 2.8.2
python3.13dist(typing-extensions) >= 4.1
Provides
python-e2b = 1.4.0-1.lbn42
python3-e2b = 1.4.0-1.lbn42
python3.13-e2b = 1.4.0-1.lbn42
python3.13dist(e2b) = 1.4
python3dist(e2b) = 1.4
Obsoletes