win32-pipes


Namewin32-pipes JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryA non-blocking C++ NamedPipe implementation for Windows.
upload_time2024-05-19 17:06:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords windows named pipes ipc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # win32_pipes

[![PyPI - Version](https://img.shields.io/pypi/v/win32_pipes.svg)](https://pypi.org/project/win32_pipes)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/win32_pipes.svg)](https://pypi.org/project/win32_pipes)
[![CI](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml/badge.svg)](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml)

## Installation

```console
pip install win32-pipes
```

## Description

This library reimplements the builtin [`PipeListener`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L656),
[`PipeClient`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L712)
and [`PipeConnection`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L268).

The main difference to the builtin versions is the `blocking` parameter
in the `PipeConnection.recv_bytes()` and `PipeConnection.send_bytes()` methods.
The `PipeConnection` internally uses a thread to handle the asynchronous I/O
without the acquiring the global interpreter lock.

Once the `PipeConnection.recv_bytes()` or `PipeConnection.send_bytes()`
methods were called, the `PipeConnection` can not be moved to another
process anymore.

## License

`win32_pipes` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "win32-pipes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Windows, Named Pipes, IPC",
    "author": null,
    "author_email": "Artur Drogunow <Artur.Drogunow@zf.com>",
    "download_url": "https://files.pythonhosted.org/packages/89/7c/6cca9431323039cf29c5a643d128ca99c941ced07b4c0c6b365656c771aa/win32_pipes-0.2.2.tar.gz",
    "platform": null,
    "description": "# win32_pipes\n\n[![PyPI - Version](https://img.shields.io/pypi/v/win32_pipes.svg)](https://pypi.org/project/win32_pipes)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/win32_pipes.svg)](https://pypi.org/project/win32_pipes)\n[![CI](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml/badge.svg)](https://github.com/zariiii9003/win32_pipes/actions/workflows/wheels.yml)\n\n## Installation\n\n```console\npip install win32-pipes\n```\n\n## Description\n\nThis library reimplements the builtin [`PipeListener`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L656),\n[`PipeClient`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L712)\nand [`PipeConnection`](https://github.com/python/cpython/blob/5307f44fb983f2a17727fb43602f5dfa63e93311/Lib/multiprocessing/connection.py#L268).\n\nThe main difference to the builtin versions is the `blocking` parameter\nin the `PipeConnection.recv_bytes()` and `PipeConnection.send_bytes()` methods.\nThe `PipeConnection` internally uses a thread to handle the asynchronous I/O\nwithout the acquiring the global interpreter lock.\n\nOnce the `PipeConnection.recv_bytes()` or `PipeConnection.send_bytes()`\nmethods were called, the `PipeConnection` can not be moved to another\nprocess anymore.\n\n## License\n\n`win32_pipes` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A non-blocking C++ NamedPipe implementation for Windows.",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/zariiii9003/win32_pipes",
        "Issues": "https://github.com/zariiii9003/win32_pipes/issues",
        "Source": "https://github.com/zariiii9003/win32_pipes"
    },
    "split_keywords": [
        "windows",
        " named pipes",
        " ipc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65ab9da51674db1111e605b75e3f9743fba581651c912875390af11ee598e1a1",
                "md5": "e3210e3d5e3f3f22f3039b8cc176a1e6",
                "sha256": "6daab3a0e270bf6fd6ae5d31ad06ab0b2f552fba724e52301c3838a7d424be4d"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "e3210e3d5e3f3f22f3039b8cc176a1e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 132510,
            "upload_time": "2024-05-19T17:05:49",
            "upload_time_iso_8601": "2024-05-19T17:05:49.600007Z",
            "url": "https://files.pythonhosted.org/packages/65/ab/9da51674db1111e605b75e3f9743fba581651c912875390af11ee598e1a1/win32_pipes-0.2.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eecb5e915ddd17cdb59ba4d35fc0e9e24b9c587c1581b8fa9d8621cae5c36b02",
                "md5": "4f289d3a074f4c71e6d1cb3c697e3437",
                "sha256": "ceaad9dae90313be02a022105027366bfa085cc3b61145268f82987af14d04e7"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4f289d3a074f4c71e6d1cb3c697e3437",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 139975,
            "upload_time": "2024-05-19T17:05:50",
            "upload_time_iso_8601": "2024-05-19T17:05:50.901579Z",
            "url": "https://files.pythonhosted.org/packages/ee/cb/5e915ddd17cdb59ba4d35fc0e9e24b9c587c1581b8fa9d8621cae5c36b02/win32_pipes-0.2.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b05f338c22e40923d7d59e5ac31ae9f0f5cb7ae5f42c1e4fb9d4f7d572a90463",
                "md5": "0b39dcc0fd02123d9d73d0571c943904",
                "sha256": "d0633ee769f76909ce4535bb0858234cca4896e47da8df9fd6adae10454ffebe"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "0b39dcc0fd02123d9d73d0571c943904",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 132349,
            "upload_time": "2024-05-19T17:05:52",
            "upload_time_iso_8601": "2024-05-19T17:05:52.440689Z",
            "url": "https://files.pythonhosted.org/packages/b0/5f/338c22e40923d7d59e5ac31ae9f0f5cb7ae5f42c1e4fb9d4f7d572a90463/win32_pipes-0.2.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce81c3dcbfe21b644ae2fe5189bffa5876f1ddb9f96b4bfa6e8ad4f22d6cbd59",
                "md5": "e84e504161cdd567f701560d30eff1d8",
                "sha256": "3851b5160e3979e7745e59ac99bd157c9b1dc03114a936a5bac315b46839682a"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e84e504161cdd567f701560d30eff1d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 139778,
            "upload_time": "2024-05-19T17:05:53",
            "upload_time_iso_8601": "2024-05-19T17:05:53.957735Z",
            "url": "https://files.pythonhosted.org/packages/ce/81/c3dcbfe21b644ae2fe5189bffa5876f1ddb9f96b4bfa6e8ad4f22d6cbd59/win32_pipes-0.2.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc16cc5a1c7ea4a9f500c240e8cc77445b6e9218938b7349fefc15d72c77f64b",
                "md5": "9245048975932045ab24b11a23c524f8",
                "sha256": "d0aae98b787ff3b4346be543bae9b87b1f9699bdc20066d340fda78cbda4ef0f"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp312-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "9245048975932045ab24b11a23c524f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 130720,
            "upload_time": "2024-05-19T17:05:55",
            "upload_time_iso_8601": "2024-05-19T17:05:55.066769Z",
            "url": "https://files.pythonhosted.org/packages/bc/16/cc5a1c7ea4a9f500c240e8cc77445b6e9218938b7349fefc15d72c77f64b/win32_pipes-0.2.2-cp312-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0268d91b7b257f1675ba1a9410ba753cf6a247d4313ce96e85b752c7c24af1b9",
                "md5": "6823a3ac548bca41866ed9f836d571bc",
                "sha256": "91bcc1eba403d97bf46bd02d45c25ff354802337665de550475deac2a52ea8b4"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp312-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6823a3ac548bca41866ed9f836d571bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 137874,
            "upload_time": "2024-05-19T17:05:56",
            "upload_time_iso_8601": "2024-05-19T17:05:56.720433Z",
            "url": "https://files.pythonhosted.org/packages/02/68/d91b7b257f1675ba1a9410ba753cf6a247d4313ce96e85b752c7c24af1b9/win32_pipes-0.2.2-cp312-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8583d04aaa52af167a2555af7bb1b05232ebde4866dd3722cdc00fa418913c4",
                "md5": "67e2f09aef153a479522057ad8dae88e",
                "sha256": "79bffe3c6cac0af916548c14f9ed88b0b6fa036d8e89f070711d1dbd27ea5e14"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "67e2f09aef153a479522057ad8dae88e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 132786,
            "upload_time": "2024-05-19T17:05:58",
            "upload_time_iso_8601": "2024-05-19T17:05:58.279164Z",
            "url": "https://files.pythonhosted.org/packages/f8/58/3d04aaa52af167a2555af7bb1b05232ebde4866dd3722cdc00fa418913c4/win32_pipes-0.2.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f978368ae4293d89c6273527fd62abb9a0682201ffe89567c486686283482a3",
                "md5": "3d29507d6e1fca14adc9781672667470",
                "sha256": "3b22d49e6aaafb23e28e7a2f788b6f91d45a23a5c6eb3432136b3d68dedb6ffa"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3d29507d6e1fca14adc9781672667470",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 140366,
            "upload_time": "2024-05-19T17:05:59",
            "upload_time_iso_8601": "2024-05-19T17:05:59.209342Z",
            "url": "https://files.pythonhosted.org/packages/5f/97/8368ae4293d89c6273527fd62abb9a0682201ffe89567c486686283482a3/win32_pipes-0.2.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a4e11400153461480fad49da1e1c97d86cd98ca09aa458e52b90f06ea3884ae",
                "md5": "f3932416617c5984a423119e4abcd5c5",
                "sha256": "0fea3203c6ce9d6d365f216df975577b2ea5bde919118858b1dcd6bb4ab1c74c"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "f3932416617c5984a423119e4abcd5c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 132841,
            "upload_time": "2024-05-19T17:06:00",
            "upload_time_iso_8601": "2024-05-19T17:06:00.208371Z",
            "url": "https://files.pythonhosted.org/packages/8a/4e/11400153461480fad49da1e1c97d86cd98ca09aa458e52b90f06ea3884ae/win32_pipes-0.2.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf76d2e3ffa156e526deee57f079af8dfcba1b8ea13df52a3b67c2b86616f998",
                "md5": "d236eea742fdba915208811935bf233f",
                "sha256": "880ca0a5b91ec8a4e589b2a2b1b9317a58179c22247fc2dfdb0fd19681e2c4a8"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d236eea742fdba915208811935bf233f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 140339,
            "upload_time": "2024-05-19T17:06:02",
            "upload_time_iso_8601": "2024-05-19T17:06:02.010603Z",
            "url": "https://files.pythonhosted.org/packages/cf/76/d2e3ffa156e526deee57f079af8dfcba1b8ea13df52a3b67c2b86616f998/win32_pipes-0.2.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "897c6cca9431323039cf29c5a643d128ca99c941ced07b4c0c6b365656c771aa",
                "md5": "f3b3b45d43aa89d954f9cdd7480fa285",
                "sha256": "b4fb6d8d72b6909edbf6f4c6760b18a39de555c6003e55ebdb5ff7f28ace211b"
            },
            "downloads": -1,
            "filename": "win32_pipes-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f3b3b45d43aa89d954f9cdd7480fa285",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 860055,
            "upload_time": "2024-05-19T17:06:03",
            "upload_time_iso_8601": "2024-05-19T17:06:03.587231Z",
            "url": "https://files.pythonhosted.org/packages/89/7c/6cca9431323039cf29c5a643d128ca99c941ced07b4c0c6b365656c771aa/win32_pipes-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 17:06:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zariiii9003",
    "github_project": "win32_pipes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "win32-pipes"
}
        
Elapsed time: 5.45308s