Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Sep 3, 2018
2 parents a25a81a + 6ccce01 commit 976af40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# python-shell [![Build status](https://ci.appveyor.com/api/projects/status/m8e3h53vvxg5wb2q?svg=true)](https://ci.appveyor.com/project/Almenon/python-shell)
# [python-shell](https://www.npmjs.com/package/python-shell) [![Build status](https://ci.appveyor.com/api/projects/status/m8e3h53vvxg5wb2q?svg=true)](https://ci.appveyor.com/project/Almenon/python-shell)

A simple way to run Python scripts from Node.js with basic but efficient inter-process communication and better error handling.

Expand Down Expand Up @@ -310,6 +310,10 @@ Fires when the process has been terminated, with an error or not.

Fires when the process terminates with a non-zero exit code, or if data is written to the stderr stream.

## Used By:

Python-Shell is used by [arepl-vscode](https://github.com/almenon/arepl-vscode), [gitinspector](https://github.com/ejwa/gitinspector), [pyspreadsheet](https://github.com/extrabacon/pyspreadsheet), and more!

## License

The MIT License (MIT)
Expand Down

0 comments on commit 976af40

Please sign in to comment.