posix-ipc


Nameposix-ipc JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/osvenskan/posix_ipc
SummaryPOSIX IPC primitives (semaphores, shared memory and message queues) for Python
upload_time2022-12-31 20:27:57
maintainerPhilip Semanchuk
docs_urlNone
authorPhilip Semanchuk
requires_python
licensehttp://creativecommons.org/licenses/BSD/
keywords ipc inter-process communication semaphore shared memory shm message queue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # POSIX IPC

`posix_ipc` is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. This includes nearly all Unices and Windows + Cygwin ≥ 1.7.

`posix_ipc` is compatible with all supported versions of Python 3.

**For complete documentation, see [the usage notes](USAGE.md).**

## Python 2.7 Support

Version 1.0.5 was the last version of `posix_ipc` to support both Python 2.7 and Python 3.x. Starting with version 1.1.0, only Python ≥ 3.6 is supported. No changes (neither fixes nor features) will be backported to 1.0.5.

## Installation

`posix_ipc` is available on PyPI:

	pip install posix-ipc

Or you can clone the project and install it using `setup.py`:

	python setup.py install

## License

`posix_ipc` is free software (free as in speech and free as in beer) released under a 3-clause BSD license. Complete licensing information is available in [the LICENSE file](LICENSE).

## Related

You might also be interested in the similar System V IPC module: https://github.com/osvenskan/sysv_ipc

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/osvenskan/posix_ipc",
    "name": "posix-ipc",
    "maintainer": "Philip Semanchuk",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ipc inter-process communication semaphore shared memory shm message queue",
    "author": "Philip Semanchuk",
    "author_email": "philip@semanchuk.com",
    "download_url": "https://files.pythonhosted.org/packages/07/7f/b954f224a226960a4aa98b6c5fa3d4f3fafb20bb8461446e41b563aee863/posix_ipc-1.1.1.tar.gz",
    "platform": null,
    "description": "# POSIX IPC\n\n`posix_ipc` is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. This includes nearly all Unices and Windows + Cygwin \u2265 1.7.\n\n`posix_ipc` is compatible with all supported versions of Python 3.\n\n**For complete documentation, see [the usage notes](USAGE.md).**\n\n## Python 2.7 Support\n\nVersion 1.0.5 was the last version of `posix_ipc` to support both Python 2.7 and Python 3.x. Starting with version 1.1.0, only Python \u2265 3.6 is supported. No changes (neither fixes nor features) will be backported to 1.0.5.\n\n## Installation\n\n`posix_ipc` is available on PyPI:\n\n\tpip install posix-ipc\n\nOr you can clone the project and install it using `setup.py`:\n\n\tpython setup.py install\n\n## License\n\n`posix_ipc` is free software (free as in speech and free as in beer) released under a 3-clause BSD license. Complete licensing information is available in [the LICENSE file](LICENSE).\n\n## Related\n\nYou might also be interested in the similar System V IPC module: https://github.com/osvenskan/sysv_ipc\n",
    "bugtrack_url": null,
    "license": "http://creativecommons.org/licenses/BSD/",
    "summary": "POSIX IPC primitives (semaphores, shared memory and message queues) for Python",
    "version": "1.1.1",
    "split_keywords": [
        "ipc",
        "inter-process",
        "communication",
        "semaphore",
        "shared",
        "memory",
        "shm",
        "message",
        "queue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8e570708e810eb48a1b19806aa9c0b80",
                "sha256": "0c2019e462c5e556568ec7947a0dd66abcd516a6f4939aed545daedc5c7b0b78"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8e570708e810eb48a1b19806aa9c0b80",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 20078,
            "upload_time": "2022-12-31T20:25:41",
            "upload_time_iso_8601": "2022-12-31T20:25:41.464080Z",
            "url": "https://files.pythonhosted.org/packages/2f/a0/9733ec0a9f6e112eaa849da217be2c94979de2c0ebdd76f8c2126d64abf5/posix_ipc-1.1.1-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d7622da9b8722b19ab0cd825a4542106",
                "sha256": "516259a7f1b1ba49a16ebe06ae23e9246162cb26e3eb825e6535c487e67478d2"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d7622da9b8722b19ab0cd825a4542106",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 20084,
            "upload_time": "2022-12-31T20:25:43",
            "upload_time_iso_8601": "2022-12-31T20:25:43.111616Z",
            "url": "https://files.pythonhosted.org/packages/0e/53/211e950779de0e0337db5370dcfc7645d56fdf534c4c774924282a8f3e84/posix_ipc-1.1.1-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ed8de6f2c3c08212bc2f0c29bb20982d",
                "sha256": "edfd47a68b0022c14e511ca4d600ff1f2e44457695002a56accfa3535be046b1"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed8de6f2c3c08212bc2f0c29bb20982d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 11280,
            "upload_time": "2022-12-31T20:25:44",
            "upload_time_iso_8601": "2022-12-31T20:25:44.839077Z",
            "url": "https://files.pythonhosted.org/packages/ca/8d/718d970afae80baadca69e810d8cf937966e51c771e9be65bfaa0f65107c/posix_ipc-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3c200552a73575ce9dbe31322415a8a6",
                "sha256": "3c21f6f459b399badc12dec9de73274d42aa8708e8a56146d79faca27e362480"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1-cp38-cp38-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "3c200552a73575ce9dbe31322415a8a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 20122,
            "upload_time": "2022-12-31T20:25:46",
            "upload_time_iso_8601": "2022-12-31T20:25:46.443538Z",
            "url": "https://files.pythonhosted.org/packages/65/ea/d942b0734f0f8cf3c1d416242ed5f813c6195d9cde890f575a1e1d0616ac/posix_ipc-1.1.1-cp38-cp38-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2c46f8a952344adf04122da5f6e13dc3",
                "sha256": "5b9a38467f11c040a2e15e5cc7236494dc4ba7dfb4151bffef493a1f88fbb2c1"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2c46f8a952344adf04122da5f6e13dc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 20088,
            "upload_time": "2022-12-31T20:25:47",
            "upload_time_iso_8601": "2022-12-31T20:25:47.941521Z",
            "url": "https://files.pythonhosted.org/packages/2d/10/e1f9b1d576aa2864937abf7baa9b5c1963cae61b969fceae529755166266/posix_ipc-1.1.1-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "523a31c4dbd56e0d4fd677f33e126e5d",
                "sha256": "e2456ba0cfb2ee5ba14121450e8d825b3c4a1461fca0761220aab66d4111cbb7"
            },
            "downloads": -1,
            "filename": "posix_ipc-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "523a31c4dbd56e0d4fd677f33e126e5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 94341,
            "upload_time": "2022-12-31T20:27:57",
            "upload_time_iso_8601": "2022-12-31T20:27:57.874498Z",
            "url": "https://files.pythonhosted.org/packages/07/7f/b954f224a226960a4aa98b6c5fa3d4f3fafb20bb8461446e41b563aee863/posix_ipc-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-31 20:27:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "osvenskan",
    "github_project": "posix_ipc",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "posix-ipc"
}
        
Elapsed time: 0.03061s