execnet


Nameexecnet JSON
Version 2.1.1 PyPI version JSON
download
home_pageNone
Summaryexecnet: rapid multi-Python deployment
upload_time2024-04-08 09:04:19
maintainerNone
docs_urlNone
authorholger krekel and others
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            execnet: distributed Python deployment and communication
========================================================

.. image:: https://img.shields.io/pypi/v/execnet.svg
    :target: https://pypi.org/project/execnet/

.. image:: https://anaconda.org/conda-forge/execnet/badges/version.svg
    :target: https://anaconda.org/conda-forge/execnet

.. image:: https://img.shields.io/pypi/pyversions/execnet.svg
    :target: https://pypi.org/project/execnet/

.. image:: https://github.com/pytest-dev/execnet/workflows/test/badge.svg
    :target: https://github.com/pytest-dev/execnet/actions?query=workflow%3Atest

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/python/black

.. _execnet: https://execnet.readthedocs.io

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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "execnet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "holger krekel and others",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bb/ff/b4c0dc78fbe20c3e59c0c7334de0c27eb4001a2b2017999af398bf730817/execnet-2.1.1.tar.gz",
    "platform": null,
    "description": "execnet: distributed Python deployment and communication\n========================================================\n\n.. image:: https://img.shields.io/pypi/v/execnet.svg\n    :target: https://pypi.org/project/execnet/\n\n.. image:: https://anaconda.org/conda-forge/execnet/badges/version.svg\n    :target: https://anaconda.org/conda-forge/execnet\n\n.. image:: https://img.shields.io/pypi/pyversions/execnet.svg\n    :target: https://pypi.org/project/execnet/\n\n.. image:: https://github.com/pytest-dev/execnet/workflows/test/badge.svg\n    :target: https://github.com/pytest-dev/execnet/actions?query=workflow%3Atest\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/python/black\n\n.. _execnet: https://execnet.readthedocs.io\n\nexecnet_ provides carefully tested means to ad-hoc interact with Python\ninterpreters across version, platform and network barriers.  It provides\na minimal and fast API targeting the following uses:\n\n* distribute tasks to local or remote processes\n* write and deploy hybrid multi-process applications\n* write scripts to administer multiple hosts\n\nFeatures\n--------\n\n* zero-install bootstrapping: no remote installation required!\n\n* flexible communication: send/receive as well as\n  callback/queue mechanisms supported\n\n* simple serialization of python builtin types (no pickling)\n\n* grouped creation and robust termination of processes\n\n* interoperable between Windows and Unix-ish systems.\n\n* integrates with different threading models, including standard\n  os threads, eventlet and gevent based systems.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "execnet: rapid multi-Python deployment",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://execnet.readthedocs.io/en/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43092aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385",
                "md5": "d6381794f86b63c3e9d05795c85b8787",
                "sha256": "26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc"
            },
            "downloads": -1,
            "filename": "execnet-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6381794f86b63c3e9d05795c85b8787",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 40612,
            "upload_time": "2024-04-08T09:04:17",
            "upload_time_iso_8601": "2024-04-08T09:04:17.414012Z",
            "url": "https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbffb4c0dc78fbe20c3e59c0c7334de0c27eb4001a2b2017999af398bf730817",
                "md5": "f533366fb5b8fd802a9c4d15d6ca9796",
                "sha256": "5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3"
            },
            "downloads": -1,
            "filename": "execnet-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f533366fb5b8fd802a9c4d15d6ca9796",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 166524,
            "upload_time": "2024-04-08T09:04:19",
            "upload_time_iso_8601": "2024-04-08T09:04:19.245495Z",
            "url": "https://files.pythonhosted.org/packages/bb/ff/b4c0dc78fbe20c3e59c0c7334de0c27eb4001a2b2017999af398bf730817/execnet-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 09:04:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "execnet"
}
        
Elapsed time: 0.21910s