/usr/lib/python2.7/dist-packages/sysv_ipc-0.6.8.egg-info is in python-sysv-ipc 0.6.8-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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.6.8
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.6.8.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: 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
|