File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
320
320
321
321
* Libraries for developing RESTful APIs.*
322
322
323
- * [ cornice] ( https://cornice.readthedocs.org/en/latest/ ) - A REST framework for Pyramid
323
+ * [ cornice] ( https://cornice.readthedocs.org/ ) - A REST framework for Pyramid.
324
324
* [ django-rest-framework] ( http://www.django-rest-framework.org/ ) - A powerful and flexible toolkit that makes it easy to build Web APIs.
325
325
* [ django-tastypie] ( http://tastypieapi.org/ ) - Creating delicious APIs for Django apps.
326
326
* [ 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
504
504
505
505
* Libraries for woking with processes or threads*
506
506
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.
507
509
* [ envoy] ( https://github.com/kennethreitz/envoy ) - Python Subprocesses for Humans™.
508
510
* [ sh] ( https://github.com/amoffat/sh ) - A full-fledged [ subprocess] ( https://docs.python.org/2/library/subprocess.html ) replacement for Python.
509
511
You can’t perform that action at this time.
0 commit comments