Skip to content

Commit 976af40

Browse files
committed
2 parents a25a81a + 6ccce01 commit 976af40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-shell [![Build status](https://ci.appveyor.com/api/projects/status/m8e3h53vvxg5wb2q?svg=true)](https://ci.appveyor.com/project/Almenon/python-shell)
1+
# [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)
22

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

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

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

313+
## Used By:
314+
315+
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!
316+
313317
## License
314318

315319
The MIT License (MIT)

0 commit comments

Comments
 (0)