1 Star 0 Fork 0

edX/codejail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
J. Cliff Dyer 提交于 2016-07-16 09:37 . Set version to 1.1
"""
CodeJail: manages execution of untrusted code in secure sandboxes.
"""
from setuptools import setup
setup(
name="codejail",
version="1.1",
packages=['codejail'],
description="Manages execution of untrusted code in secure sandboxes.",
license="Apache Software License, version 2.0",
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Ubuntu",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/edx/codejail.git
git@gitee.com:edx/codejail.git
edx
codejail
codejail
master

搜索帮助