Metadata-Version: 2.1
Name: magnolia
Version: 0.1.0
Summary: A simple cooperative distributed queuing sysmte
Home-page: https://github.com/shakenfist/magnolia
Author: Michael Still
Author-email: mikal@stillhq.com
License: Apache2
Description: A simple cooperative distributed queuing system
        ===============================================
        
        Magnolia is a simple cooperative distributed queuing system. What does that mean? Well, it means that its a way of passing messages requesting work be done between machines, without a central server being involved. Instead the machines collaborate to queue the work in the correct place, and then ensure the work isn't lost in the case of a crash.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
