Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

python

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

package.json
{
"author": "Darren DeRidder <drderidder@gmail.com> (https://github.com/darrenderidder)",
"author": "Darren DeRidder",
"name": "python",
"main": "./lib/python.js",
"description": "Interact with a long-running python child process",
"version": "0.0.3",
"homepage": "https://github.com/darrenderidder/node-python",
"version": "0.0.4",
"homepage": "https://github.com/73rhodes/node-python",
"repository": {
"type": "git",
"url": "git://github.com/darrenderidder/node-python.git"
"url": "git://github.com/73rhodes/node-python.git"
},
"engines": { "node": ">= 0.4.1" }
}
node-python
===========
Communicate with a long-running Python child process from NodeJS.
A super-simple wrapper for NodeJS to interact programatically with the Python shell. Enables the use of Python-based tools from Node.
Authors
-------
* Darren DeRidder
[![NPM Stats](https://nodei.co/npm/python.png?downloads=true&stars=true)](https://npmjs.org/package/python)
About
-----
A simple wrapper for NodeJS to interact programatically with the Python shell. Enables the use of Python-based tools from Node.
![NPM Downloads](https://nodei.co/npm-dl/python.png?months=9)
The module is in early beta; contributors are welcome and appreciated.
Example

@@ -17,0 +11,0 @@ -------

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc