Highlights
Stars
2
results
for forked starred repositories
Clear filter
dholth / pip
Forked from pypa/pippip installs packages. Python packages. An easy_install replacement
carlio / pysandbox
Forked from vstinner/pysandboxpysandbox is a Python sandbox. By default, untrusted code executed in the sandbox cannot modify the environment (write a file, use print or import a module). But you can configure the sandbox to ch…