8000 add multiprocessing and threading · stchris/awesome-python@61d5876 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61d5876

Browse files
committed
add multiprocessing and threading
1 parent d9a241f commit 61d5876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
320320

321321
*Libraries for developing RESTful APIs.*
322322

323-
* [cornice](https://cornice.readthedocs.org/en/latest/) - A REST framework for Pyramid
323+
* [cornice](https://cornice.readthedocs.org/) - A REST framework for Pyramid.
324324
* [django-rest-framework](http://www.django-rest-framework.org/) - A powerful and flexible toolkit that makes it easy to build Web APIs.
325325
* [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps.
326326
* [flask-api](http://www.flaskapi.org/) - An implementation of the same web browsable APIs that django-rest-framework provides.
@@ -504,6 +504,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
504504

505505
*Libraries for woking with processes or threads*
506506

507+
* [multiprocessing](https://docs.python.org/2/library/multiprocessing.html) - (Python standard library) - Process-based "threading" interface.
508+
* [threading](https://docs.python.org/2/library/threading.html) - (Python standard library) Higher-level threading interface.
507509
* [envoy](https://github.com/kennethreitz/envoy) - Python Subprocesses for Humans™.
508510
* [sh](https://github.com/amoffat/sh) - A full-fledged [subprocess](https://docs.python.org/2/library/subprocess.html) replacement for Python.
509511

0 commit comments

Comments
 (0)
0