zprocess


Namezprocess JSON
Version 2.25.0 PyPI version JSON
download
home_pagehttp://github.com/chrisjbillington/zprocess
SummaryA set of utilities for multiprocessing using zeromq.
upload_time2024-06-19 23:33:58
maintainerNone
docs_urlNone
authorChris Billington
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5,>=2.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # zprocess

[![Build Status](https://travis-ci.com/chrisjbillington/zprocess.svg?branch=master)](https://travis-ci.com/chrisjbillington/zprocess)

[![codecov](https://codecov.io/gh/chrisjbillington/zprocess/branch/master/graph/badge.svg)](https://codecov.io/gh/chrisjbillington/zprocess)

A set of utilities for multiprocessing using
zeromq. Includes process creation and management, output
redirection, message passing, inter-process locks, logging,
and a process-tree-wide event system.

( 
[view on pypi](https://pypi.python.org/pypi/zprocess/);
[view on Github](https://github.com/chrisjbillington/zprocess)
)

   * Install `python setup.py install`.


            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/chrisjbillington/zprocess",
    "name": "zprocess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5,>=2.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chris Billington",
    "author_email": "chrisjbillington@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/ba/23af5f78850f72013a6f16b92dea1b3aaeb787536aae346423720ec4708d/zprocess-2.25.0.tar.gz",
    "platform": null,
    "description": "# zprocess\n\n[![Build Status](https://travis-ci.com/chrisjbillington/zprocess.svg?branch=master)](https://travis-ci.com/chrisjbillington/zprocess)\n\n[![codecov](https://codecov.io/gh/chrisjbillington/zprocess/branch/master/graph/badge.svg)](https://codecov.io/gh/chrisjbillington/zprocess)\n\nA set of utilities for multiprocessing using\nzeromq. Includes process creation and management, output\nredirection, message passing, inter-process locks, logging,\nand a process-tree-wide event system.\n\n( \n[view on pypi](https://pypi.python.org/pypi/zprocess/);\n[view on Github](https://github.com/chrisjbillington/zprocess)\n)\n\n   * Install `python setup.py install`.\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A set of utilities for multiprocessing using zeromq.",
    "version": "2.25.0",
    "project_urls": {
        "Homepage": "http://github.com/chrisjbillington/zprocess"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f62ac1c5ef06d7d5c237a7778bd0cf40d9a0489df5e14db6abd42c3ca303dbe",
                "md5": "5a42c71f1bf96ff41e5e51e0733061db",
                "sha256": "34ea85cdbc17db06349ce2291ef14812757da7d8e65cf2168040141a33334233"
            },
            "downloads": -1,
            "filename": "zprocess-2.25.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a42c71f1bf96ff41e5e51e0733061db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5,>=2.7",
            "size": 85429,
            "upload_time": "2024-06-19T23:33:56",
            "upload_time_iso_8601": "2024-06-19T23:33:56.512206Z",
            "url": "https://files.pythonhosted.org/packages/8f/62/ac1c5ef06d7d5c237a7778bd0cf40d9a0489df5e14db6abd42c3ca303dbe/zprocess-2.25.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ba23af5f78850f72013a6f16b92dea1b3aaeb787536aae346423720ec4708d",
                "md5": "8af27f66d1b627d79cd8806d13bd243e",
                "sha256": "618178a0f1b8bfee032a1fe74cbe11b1fa6ced36b783e4b6035737b41e7973c7"
            },
            "downloads": -1,
            "filename": "zprocess-2.25.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8af27f66d1b627d79cd8806d13bd243e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5,>=2.7",
            "size": 87441,
            "upload_time": "2024-06-19T23:33:58",
            "upload_time_iso_8601": "2024-06-19T23:33:58.605181Z",
            "url": "https://files.pythonhosted.org/packages/36/ba/23af5f78850f72013a6f16b92dea1b3aaeb787536aae346423720ec4708d/zprocess-2.25.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 23:33:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrisjbillington",
    "github_project": "zprocess",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "zprocess"
}
        
Elapsed time: 0.45492s