summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO37
1 files changed, 37 insertions, 0 deletions
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..f11ee5f
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,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