Metadata-Version: 1.2
Name: mood.mqueue
Version: 1.0.1
Summary: Python POSIX message queues interface (Linux only)
Home-page: https://github.com/lekma/mood.mqueue
Author: Malek Hadj-Ali
Author-email: lekmalek@gmail.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/lekma/mood.mqueue/releases
Project-URL: Bug Tracker, https://github.com/lekma/mood.mqueue/issues
Description-Content-Type: text
Description: 
        mood.mqueue
        
        Python POSIX message queues interface (Linux only)
        
        POSIX message queues allow processes to exchange data in the form of messages.
        
        See https://github.com/lekma/mood.mqueue for more info.
        
Keywords: linux mqueue
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: ~=3.5
