Live data from Hacker News

Single File Virtualenv-Native Sandboxed Python Execution Environment

github.com

1–2 of 2 posts

Re: Single File Virtualenv-Native Sandboxed Python Execution Environment

#2
I've been using this for a few months to provide a defensible sandboxed execution environment for internal software stacks.

It's basically a single file bwrap+AppArmor virtualenv wrapper with practically zero startup time and provides a easy way to provide your agent the ability to write code for, and run it against an internal virtualenv software stack.

No container build or equivalent overhead.