python-shell-cluster
Version:
Utility to run python script in parallel from nodejs
32 lines • 809 B
JSON
{
"name": "python-shell-cluster",
"version": "1.1.0",
"description": "Utility to run python script in parallel from nodejs",
"keywords": [
"python",
"shell",
"multiprocessing"
],
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicaltoast/speech_recognition_ts.git"
},
"author": "magicaltoast",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicaltoast/speech_recognition_ts/issues"
},
"homepage": "https://github.com/magicaltoast/speech_recognition_ts#readme",
"dependencies": {
"python-shell": "^2.0.1"
},
"devDependencies": {
"@types/node": "^14.6.0",
"typescript": "^4.0.2"
},
"types": "dist/index.d.ts"
}