summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO44
1 files changed, 44 insertions, 0 deletions
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..8a799e6
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,44 @@
+Metadata-Version: 1.1
+Name: posix_ipc
+Version: 0.9.8
+Summary: POSIX IPC primitives (semaphores, shared memory and message queues) for Python
+Home-page: http://semanchuk.com/philip/posix_ipc/
+Author: Philip Semanchuk
+Author-email: philip@semanchuk.com
+License: http://creativecommons.org/licenses/BSD/
+Download-URL: http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz
+Description: 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 Python 2 and 3.
+
+ The latest version, contact info, sample code, etc. are available on PyPI
+ and here:
+ http://semanchuk.com/philip/posix_ipc/
+
+ Installation is as simple as `python setup.py install`. Usage, a version
+ history, warnings, suggestions, etc. are covered in ReadMe.html.
+
+ 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.
+
+ You might also be interested in the similar System V IPC module at:
+ http://semanchuk.com/philip/sysv_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