{"library":"posix-ipc","type":"library","category":null,"description":"posix-ipc is a Python module, implemented in C, that provides access to POSIX inter-process communication primitives: semaphores, shared memory, and message queues. It enables Python applications to communicate with non-Python programs on systems supporting POSIX Realtime Extensions (POSIX 1003.1b-1993), including most Unix-like platforms and Windows via Cygwin or WSL. The current version is 1.3.2, with releases typically tied to bug fixes and modernization efforts rather than a strict cadence.","language":"python","status":"active","version":"1.3.2","tags":["IPC","POSIX","semaphore","shared memory","message queue","inter-process communication"],"install":[{"cmd":"pip install posix-ipc","imports":["from posix_ipc import Semaphore","from posix_ipc import SharedMemory","from posix_ipc import MessageQueue","from posix_ipc import O_CREAT","from posix_ipc import O_EXCL"]}],"homepage":null,"github":"https://github.com/osvenskan/posix_ipc","docs":null,"changelog":null,"pypi":"https://pypi.org/project/posix-ipc/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/posix-ipc/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}