Metadata-Version: 1.1
Name: wishbone-input-gearman
Version: 1.1.0
Summary: A Wishbone input module to consume jobs from  Gearmand.
Home-page: https://github.com/smetj/wishbone-input-gearman
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-input-gearman/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            ======================
            wishbone.input.gearman
            ======================
        
            Version: 1.0.0
        
            Consumes events/jobs from  Gearmand.
            ------------------------------------
        
        
                Consumes jobs from a Gearmand server.
                When secret is none, no decryption is done.
        
        
                Parameters:
        
                    - hostlist(list)(["localhost:4730"])
                       |  A list of gearmand servers.  Each entry should have
                       |  format host:port.
        
                    - secret(str)(None)
                       |  The AES encryption key to decrypt Mod_gearman messages.
        
                    - workers(int)(1)
                       |  The number of gearman workers within 1 process.
        
                    - queue(str)(wishbone)
                       |  The queue to consume jobs from.
        
        
                Queues:
        
                    - outbox:   Outgoing events.
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
