1-
2-
31.. image :: _static/pythonring.png
42 :align: right
53
@@ -17,9 +15,9 @@ communication for distributing execution across many Python interpreters
1715across version, platform and network barriers. It has
1816a minimal and fast API targeting the following uses:
1917
20- * distribute tasks to (many) local or remote CPUs
21- * write and deploy hybrid multi-process applications
22- * write scripts to administer multiple environments
18+ * Distribute tasks to (many) local or remote CPUs
19+ * Write and deploy hybrid multi-process applications
20+ * Write scripts to administer multiple environments
2321
2422.. _`channel-send/receive` : http://en.wikipedia.org/wiki/Channel_(programming)
2523.. _`share-nothing model` : http://en.wikipedia.org/wiki/Shared_nothing_architecture
@@ -30,25 +28,25 @@ a minimal and fast API targeting the following uses:
3028Features
3129------------------
3230
33- * automatic bootstrapping: no manual remote installation.
31+ * Automatic bootstrapping: no manual remote installation.
3432
35- * safe and simple serialization of python builtin
33+ * Safe and simple serialization of Python builtin
3634 types for sending/receiving structured data messages.
3735 (New in 1.1) execnet offers a new :ref: `dumps/loads <dumps/loads >`
3836 API which allows cross-interpreter compatible serialization
3937 of Python builtin types.
4038
41- * flexible communication: synchronous send/receive as well as
39+ * Flexible communication: synchronous send/receive as well as
4240 callback/queue mechanisms supported
4341
44- * easy creation, handling and termination of multiple processes
42+ * Easy creation, handling and termination of multiple processes
4543
46- * well tested interactions between CPython 2.5-2.7, CPython-3.3, Jython 2.5.1
44+ * Well tested interactions between CPython 2.5-2.7, CPython-3.3, Jython 2.5.1
4745 and PyPy interpreters.
4846
49- * fully interoperable between Windows and Unix-ish systems.
47+ * Fully interoperable between Windows and Unix-ish systems.
5048
51- * many tested :doc: `examples `
49+ * Many tested :doc: `examples `
5250
5351Known uses
5452-------------------
@@ -64,7 +62,7 @@ Known uses
6462* Ronny Pfannschmidt uses it for his `anyvc `_ VCS-abstraction project
6563 to bridge the Python2/Python3 version gap.
6664
67- * sysadmins and developers are using it for ad-hoc custom scripting
65+ * Sysadmins and developers are using it for ad-hoc custom scripting
6866
6967.. _`quora` : http://quora.com
7068.. _`connecting CPython and PyPy` : http://www.quora.com/Quora-Infrastructure/Did-Quoras-switch-to-PyPy-result-in-increased-memory-consumption
@@ -87,7 +85,6 @@ used as backend of the popular `pytest-xdist <https://github.com/pytest-dev/pyte
8785since version 1.2.
8886
8987.. _`basic API` : basics.html
90- .. _`actively developed` : https://github.com/pytest-dev/execnet
9188.. _`Holger Krekel` : http://twitter.com/hpk42
9289
9390.. toctree ::
0 commit comments