home |
install |
examples |
basic API |
support
Warning
execnet currently is in maintenance-only mode, mostly because it is still the backend of the pytest-xdist plugin. Do not use in new projects.
Python is a mature dynamic language whose interpreters can interact with all major computing platforms today.
execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses:
The project is currently in maintenance-only mode, with PRs fixing bugs being gracefully accepted.
Currently there are no plans to improve the project further, being maintained mostly because it is used as backend of the popular pytest-xdist plugin.
execnet was conceived originally by Holger Krekel and is licensed under the MIT license since version 1.2.