Skip to content

Commit 53c503e

Browse files
committed
add Processes and Threads section
1 parent ccca9ab commit 53c503e

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
@@ -37,6 +37,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
3737
- [Forms](#forms)
3838
- [Anti-spam](#anti-spam)
3939
- [Tagging](#tagging)
40+
- [Processes and Threads](#processes-and-threads)
4041
- [Networking](#networking)
4142
- [Admin Panels](#admin-panels)
4243
- [DevOps Tools](#devops-tools)
@@ -405,6 +406,13 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
405406

406407
* [django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django.
407408

409+
## Processes and Threads
410+
411+
*Libraries for woking with processes or threads*
412+
413+
* [envoy](https://github.com/kennethreitz/envoy) - Python Subprocesses for Humans™.
414+
* [sh](https://github.com/amoffat/sh) - A full-fledged [subprocess](https://docs.python.org/2/library/subprocess.html) replacement for Python.
415+
408416
## Networking
409417

410418
*Libraries for network programming.*

0 commit comments

Comments
 (0)