Registry / devops / cua-sandbox

cua-sandbox

JSON →
library0.1.16pypypi✓ verified 83d ago

CUA Sandbox provides ephemeral and persistent sandboxed computer environments. Current version 0.1.16, requires Python >=3.11 and <3.14. Development is active with frequent releases.

pip install cua-sandbox
INSTALL
IMPORT
SIG · CUA-SANDBOX
C
cua-sandbox
devopspythonv0.1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sandbox
✓ from cua_sandbox import Sandbox
✗ from cua_sandbox import SandboxEnvironment

Creates a default sandbox environment. Ensure you have Docker installed if required.

from cua_sandbox import SandboxEnvironment import os env = SandboxEnvironment() print("Sandbox created")
Debug
Known issues
gotchaPython version must be >=3.11 and <3.14. Using an unsupported version will cause import errors.
fix
Use Python 3.11, 3.12, or 3.13.
affects: 0.1.16
gotchaImport path uses underscore (cua_sandbox), not hyphen. Wrong import will fail.
fix
Use 'from cua_sandbox import ...'.
affects: all
Upgrade
Version history
0.1.16latest on PyPI · released Apr 23, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
cua-sandbox — pip install cua-sandbox · libregistry