add Processes and Threads section

This commit is contained in:
Vinta 2014-07-02 01:29:40 +08:00
parent ccca9ab648
commit 53c503e1b7
1 changed files with 8 additions and 0 deletions

View File

@ -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.*