gituser/production/: execnet-1.5.0 metadata and description

Homepage Simple index

execnet: rapid multi-Python deployment

author holger krekel and others
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: POSIX
  • Operating System :: Microsoft :: Windows
  • Operating System :: MacOS :: MacOS X
  • Topic :: Software Development :: Libraries
  • Topic :: System :: Distributed Computing
  • Topic :: System :: Networking
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: Implementation :: PyPy
license MIT
File Tox results History
execnet-1.5.0-py2.py3-none-any.whl
Size
39 KB
Type
Python Wheel
Python
2.7
execnet-1.5.0.tar.gz
Size
165 KB
Type
Source
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://travis-ci.org/pytest-dev/execnet.svg?branch=master https://ci.appveyor.com/api/projects/status/n9qy8df16my4gds9/branch/master?svg=true

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 targetting the following uses:

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

  • well tested between CPython 2.6-3.X, Jython 2.5.1 and PyPy 2.2 interpreters.

  • interoperable between Windows and Unix-ish systems.

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