mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add Processes and Threads section
This commit is contained in:
parent
ccca9ab648
commit
53c503e1b7
1 changed files with 8 additions and 0 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue