diff --git a/README.md b/README.md index 090eabf..6f275f4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b - [Forms](#forms) - [Anti-spam](#anti-spam) - [Tagging](#tagging) + - [Processes and Threads](#processes-and-threads) - [Networking](#networking) - [Admin Panels](#admin-panels) - [DevOps Tools](#devops-tools) @@ -405,6 +406,13 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django. +## Processes and Threads + +*Libraries for woking with processes or threads* + +* [envoy](https://github.com/kennethreitz/envoy) - Python Subprocesses for Humans™. +* [sh](https://github.com/amoffat/sh) - A full-fledged [subprocess](https://docs.python.org/2/library/subprocess.html) replacement for Python. + ## Networking *Libraries for network programming.*