Metadata-Version: 2.4
Name: openparallax-sandbox
Version: 0.1.0
Summary: Python wrapper for the OpenParallax sandbox module
Project-URL: Documentation, https://docs.openparallax.dev/sandbox/python
Project-URL: Repository, https://github.com/openparallax/openparallax
License-Expression: Apache-2.0
Keywords: ai-agent,openparallax,sandbox,security
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# openparallax-sandbox

Kernel-level process isolation (Landlock, sandbox-exec, Job Objects)

Python wrapper for the [OpenParallax](https://openparallax.dev) sandbox module. Communicates with a pre-built Go binary over JSON-RPC (stdin/stdout).

## Installation

```bash
pip install openparallax-sandbox
```

## Documentation

See the [sandbox documentation](https://docs.openparallax.dev/sandbox/) for the full API reference and examples.

## License

Apache License 2.0
