Skip to content

PyBox#

PyPI - Version PyPI - Python Version


PyBox manages Python code sandboxes and provides a clean interface for interacting with them. PyBox supports spawning sandboxes in both local and remote environments.

There are two main abstractions, pybox.base.BasePyBoxManager and pybox.base.BasePyBox, The PyBoxManager is responsible for managing the lifecycle of the sandboxes, while the PyBox is responsible for executing code within the sandbox.

License#

pybox is distributed under the terms of the Apache 2.0 license.