execnet: Distributed Python deployment and communication

home |  install |  examples |  basic API |  support 

Table Of Contents

Previous topic

gateway_base.py

Next topic

examples

Info in a nutshell

Pythons: 2.7, 3.4+, PyPy 2 & 3

Operating systems: Linux, Windows, OSX, Unix

Distribution names:

  • PyPI name: execnet
  • redhat fedora: python-execnet
  • debian: python-execnet
  • gentoo: dev-python/execnet

git repository: https://github.com/pytest-dev/execnet

Installation

Install via pip:

pip install execnet

Next checkout the basic api and examples: