Metadata-Version: 2.1
Name: taskrabbit
Version: 0.4.1
Summary: Move Celery tasks in and out of RabbitMQ
Home-page: https://github.com/chrislawlor/taskrabbit
Author: Chris Lawlor
License: MIT
Description: # Taskrabbit
        
        [![Documentation Status](https://readthedocs.org/projects/taskrabbit/badge/?version=latest&style=flat)](http://taskrabbit.readthedocs.org)
        
        Command line utility for moving Celery task messages
        in and out of RabbitMQ.
        
        Features multiple storage backends, currently SQLite, PostgreSQL, and file-based
        task stores are implemented.
        
        ## Installation
        
        Taskrabbit is developed and tested on Python 3.8
        
        `python3 -m pip install --user taskrabbit`
        
        ## Documentation
        
        View the [Taskrabbit documentation](https://taskrabbit.readthedocs.io/en/latest/) online at ReadTheDocs.
        
        ## Demo
        
        [![TaskRabbit Demo Video](https://i.vimeocdn.com/video/1015490294.jpg?mw=960&mh=540)](https://vimeo.com/490947780)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: postgres
