Metadata-Version: 1.0
Name: celery_tasks_ctl
Version: 0.2.0
Summary: Celery Tasks Controller to list and revoke tasks
Home-page: UNKNOWN
Author: Brendan Maguire
Author-email: maguire.brendan@gmail.com
License: UNKNOWN
Description: Overview
        ========
        
        Command line utility to list and revoke `Celery <http://www.celeryproject.org/>`_ tasks
        
        * Facilitates listing tasks that have not yet been reserved by a Celery instance and are still on the RabbitMQ queue.
        * Revoke tasks where their ids match your regex
        
        Install
        =======
        ::
        
            python setup.py install
        
        or
        
        ::
        
            pip install celery-tasks-ctl
        
        Run
        ===
        ::
        
            celery_tasks_ctl --help
        
        License
        _______
        Licensed under `MPL 1.1 <http://www.mozilla.org/MPL/1.1/>`_.
        
Platform: UNKNOWN
