Metadata-Version: 1.1
Name: frigg-worker
Version: 0.7.1
Summary: A worker application that listens to the frigg broker an pick up builds and build them.
Home-page: https://github.com/frigg/frigg-worker
Author: The frigg team
Author-email: hi@frigg.io
License: MIT
Description: frigg-worker |Build status| |Coverage status|
        =============================================
        
        A worker application that listens to the frigg broker an pick up builds
        and build them.
        
        Setup
        -----
        
        ::
        
            virtualenv ~/frigg-worker
            ~/frigg-worker/bin/pip install frigg-worker
            ~/frigg-worker/bin/frigg-worker
        
        Supervisor config
        ~~~~~~~~~~~~~~~~~
        
        .. code-block:: ini
        
            [program:frigg-worker]
            directory=/home/frigg/
            command=/home/frigg/frigg-worker/bin/frigg-worker
            autostart=true
            autorestart=true
            redirect_stderr=true
            user=frigg
        
        --------------
        
        MIT © frigg.io
        
        .. |Build status| image:: https://ci.frigg.io/badges/frigg/frigg-worker/
           :target: https://ci.frigg.io/frigg/frigg-worker/
        .. |Coverage status| image:: https://ci.frigg.io/badges/coverage/frigg/frigg-worker/
           :target: https://ci.frigg.io/frigg/frigg-worker/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
