Skip to content

Commit 18143ff

Browse files
authored
Update README.md
1 parent d3af47b commit 18143ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ The easiest way to start contribute to xonsh core:
9797
* Research
9898
* [Stackoverflow questions around subprocess Popen and PIPE](https://stackoverflow.com/search?tab=newest&q=code%3a%22popen%22%20code%3a%22subprocess%22%20code%3a%22PIPE%22%20answers%3a1&searchOn=3)
9999
* [Github code around subprocess Popen and PIPE](https://github.com/search?q=Popen+PIPE+language%3APython&type=code&l=Python)
100+
* Processes
101+
* [The Unix process API is unreliable and unsafe](https://catern.com/process.html)
100102
101103
## Pointers
102104
@@ -306,6 +308,12 @@ Usage:
306308
xonsh --rc ~/git/xonsh-developer-toolkit/dev.xsh
307309
```
308310

311+
## Tools
312+
313+
* [duct.py](https://github.com/oconnor663/duct.py/blob/master/gotchas.md) - a Python library for running child processes
314+
* https://github.com/goodboy/tractor
315+
* https://dramatiq.io/ - is a background task processing library for Python with a focus on simplicity, reliability and performance.
316+
309317
## See also
310318

311319
* [xonsh-developer-toolkit](https://github.com/anki-code/xonsh-developer-toolkit) - The xonsh developer toolkit contains all spectrum of instrument to develop xonsh shell.

0 commit comments

Comments
 (0)