sympy-live:live.sympy.org上的代码源

时间:2021-05-05 05:54:51
【文件属性】:
文件名称:sympy-live:live.sympy.org上的代码源
文件大小:38KB
文件格式:ZIP
更新时间:2021-05-05 05:54:51
Python SymPy在线外壳 Online Shell for SymPy(sympy-live)是一个基于Google App Engine的简单Web应用程序,它允许在Web浏览器中使用SymPy评估Python代码。 通过提供用于输入源代码和输出可视化HTML / JavaScript GUI,以及评估请求的源代码的服务器部分,可以实现这一点。 请注意,此外壳程序不可扩展,并且仅在GAE上使用一个实例,因此所有评估请求都已排队,并且可能需要大量时间才能评估我们的代码(取决于实例的当前负载)。 Google App Engine具有30秒内在的请求处理限制,因此每个评估请求均受此限制的约束。 还有其他一些与内存消耗,输出大小等相关的限制(有关详细信息,请参阅Google App Engine文档)。 安装 克隆sympy-live存储库: $ git clone git://github
【文件预览】:
sympy-live-master
----.gitignore(86B)
----requirements()
--------local_requirements.txt(58B)
--------requirements.txt(77B)
----.gitmodules(252B)
----README.rst(9KB)
----bin()
--------update_status_on_pr.py(2KB)
----tests()
--------conftest.py(1KB)
--------config.json(58B)
--------__init__.py(0B)
--------test_app.py(955B)
--------pages.py(2KB)
----static()
----docker-compose.yml(484B)
----LICENSE(1KB)
----.dockerignore(2KB)
----app()
--------handlers.py(11KB)
--------entrypoint.py(711B)
--------models.py(5KB)
--------ndb.py(99B)
--------settings.py(14B)
--------constants.py(2KB)
--------__init__.py(0B)
--------rlcompleter.py(6KB)
--------shell.py(13KB)
----sympy()
----docker()
--------app()
--------datastore()
----AUTHORS(957B)
----mpmath()
----.mailmap(786B)
----app.yaml(1KB)
----client-secret.json.enc(2KB)
----TESTING(1KB)
----.travis.yml(1KB)
----appengine_config.py(358B)
----templates()
--------redirect.html(107B)
--------shell.html(4KB)
--------base.html(5KB)
----google5acf6d2992c8237d.html(53B)

网友评论