zprocess


Namezprocess JSON
Version 2.24.0 PyPI version JSON
download
home_pagehttp://github.com/chrisjbillington/zprocess
SummaryA set of utilities for multiprocessing using zeromq.
upload_time2023-06-25 12:31:46
maintainer
docs_urlNone
authorChris Billington
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5
licenseBSD
keywords
VCS
bugtrack_url
requirements xmlrunner pyzmq ipaddress subprocess32 enum34 pywin32 windows-curses
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": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Chris Billington",
    "author_email": "chrisjbillington@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/a4/fba882848737fb49da5143ce69d4a6a1c2f19c2a639ec34c7ca2b7cb81ee/zprocess-2.24.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.24.0",
    "project_urls": {
        "Homepage": "http://github.com/chrisjbillington/zprocess"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8e7510700a247c346e4f016428b44426fc91779eb88e6691b4431984e821140",
                "md5": "9c24f9d0a1fbdef1af186b5c3f33aa04",
                "sha256": "0e3acbee02c6946554d139c1503dc82e558749dc39099675485a196f334d06d0"
            },
            "downloads": -1,
            "filename": "zprocess-2.24.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c24f9d0a1fbdef1af186b5c3f33aa04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5",
            "size": 85354,
            "upload_time": "2023-06-25T12:31:44",
            "upload_time_iso_8601": "2023-06-25T12:31:44.570915Z",
            "url": "https://files.pythonhosted.org/packages/c8/e7/510700a247c346e4f016428b44426fc91779eb88e6691b4431984e821140/zprocess-2.24.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a4fba882848737fb49da5143ce69d4a6a1c2f19c2a639ec34c7ca2b7cb81ee",
                "md5": "86bddb824d95afaf68b500f110a025cc",
                "sha256": "7bdec0195509802d145da508da7d0016f480feaf9f40f131d445571a5aa0e8e2"
            },
            "downloads": -1,
            "filename": "zprocess-2.24.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86bddb824d95afaf68b500f110a025cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5",
            "size": 87229,
            "upload_time": "2023-06-25T12:31:46",
            "upload_time_iso_8601": "2023-06-25T12:31:46.512255Z",
            "url": "https://files.pythonhosted.org/packages/73/a4/fba882848737fb49da5143ce69d4a6a1c2f19c2a639ec34c7ca2b7cb81ee/zprocess-2.24.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 12:31:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrisjbillington",
    "github_project": "zprocess",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "xmlrunner",
            "specs": []
        },
        {
            "name": "pyzmq",
            "specs": [
                [
                    ">=",
                    "18.0"
                ]
            ]
        },
        {
            "name": "ipaddress",
            "specs": []
        },
        {
            "name": "subprocess32",
            "specs": []
        },
        {
            "name": "enum34",
            "specs": []
        },
        {
            "name": "pywin32",
            "specs": []
        },
        {
            "name": "windows-curses",
            "specs": []
        }
    ],
    "lcname": "zprocess"
}
        
Elapsed time: 0.08441s