文件名称:node-python-bridge:Node.js 到 Python 的桥接
文件大小:18KB
文件格式:ZIP
更新时间:2024-08-13 10:42:45
JavaScript
蟒桥 最健壮和简单的 Python 桥。 以及下面其他 Python 桥的,支持 Windows。 应用程序接口 npm install python-bridge 'use strict' ; let assert = require ( 'assert' ) ; let pythonBridge = require ( 'python-bridge' ) ; let python = pythonBridge ( ) ; python . ex `import math` ; python `math.sqrt(9)` . then ( x => assert . equal ( x , 3 ) ) ; let list = [ 3 , 4 , 2 , 1 ] ; python `sorted( ${ list } )` . then ( x => assert . deepEq
【文件预览】:
node-python-bridge-master
----.gitignore(144B)
----tsconfig.json(573B)
----README.md(7KB)
----README.ts.md(8KB)
----appveyor.yml(672B)
----node_python_bridge.py(4KB)
----package.json(1KB)
----tslint.json(2KB)
----TODO.md(795B)
----test_typescript.ts(5KB)
----index.js(7KB)
----index.d.ts(2KB)
----test.js(8KB)
----.travis.yml(643B)