-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathPKG-INFO
37 lines (33 loc) · 1.65 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Metadata-Version: 1.1
Name: sysv_ipc
Version: 0.7.0
Summary: System V IPC primitives (semaphores, shared memory and message queues) for Python
Home-page: http://semanchuk.com/philip/sysv_ipc/
Author: Philip Semanchuk
Author-email: philip@semanchuk.com
License: http://creativecommons.org/licenses/BSD/
Download-URL: http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.7.0.tar.gz
Description: Sysv_ipc gives Python programs access to System V semaphores, shared memory
and message queues. Most (all?) Unixes (including OS X) support System V IPC.
Windows+Cygwin 1.7 might also work.
Sample code is included.
sysv_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.
You might also be interested in the similar POSIX IPC module at:
http://semanchuk.com/philip/posix_ipc/
Keywords: sysv ipc inter-process communication semaphore shared memory shm message queue
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities