Skip to main content

execnet: rapid multi-Python deployment

Project description

https://img.shields.io/pypi/v/execnet.svg https://anaconda.org/conda-forge/execnet/badges/version.svg https://img.shields.io/pypi/pyversions/execnet.svg https://github.com/pytest-dev/execnet/workflows/test/badge.svg https://img.shields.io/badge/code%20style-black-000000.svg

execnet provides carefully tested means to ad-hoc interact with Python interpreters across version, platform and network barriers. It provides a minimal and fast API targeting the following uses:

  • distribute tasks to local or remote processes

  • write and deploy hybrid multi-process applications

  • write scripts to administer multiple hosts

Features

  • zero-install bootstrapping: no remote installation required!

  • flexible communication: send/receive as well as callback/queue mechanisms supported

  • simple serialization of python builtin types (no pickling)

  • grouped creation and robust termination of processes

  • interoperable between Windows and Unix-ish systems.

  • integrates with different threading models, including standard os threads, eventlet and gevent based systems.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

execnet-2.1.1.tar.gz (166.5 kB view hashes)

Uploaded Source

Built Distribution

execnet-2.1.1-py3-none-any.whl (40.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page