mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
add Processes and Threads section
This commit is contained in:
parent
ccca9ab648
commit
53c503e1b7
|
@ -37,6 +37,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
|
||||||
- [Forms](#forms)
|
- [Forms](#forms)
|
||||||
- [Anti-spam](#anti-spam)
|
- [Anti-spam](#anti-spam)
|
||||||
- [Tagging](#tagging)
|
- [Tagging](#tagging)
|
||||||
|
- [Processes and Threads](#processes-and-threads)
|
||||||
- [Networking](#networking)
|
- [Networking](#networking)
|
||||||
- [Admin Panels](#admin-panels)
|
- [Admin Panels](#admin-panels)
|
||||||
- [DevOps Tools](#devops-tools)
|
- [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.
|
* [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
|
## Networking
|
||||||
|
|
||||||
*Libraries for network programming.*
|
*Libraries for network programming.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user