Skip to content

keikoba1221/posix_ipc

 
 

Repository files navigation

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.

Version 1.0.5 runs under Python 3 and 2.7, but is the last version of posix_ipc to do so. 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.

Related

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.9%
  • C 47.1%