Metadata-Version: 1.1
Name: fifo
Version: 0.0.2
Summary: A simple redis based task queue for python
Home-page: http://github.com/fergalwalsh/fifo
Author: Fergal Walsh
Author-email: fergalwalsh@gmail.com
License: BSD License
Download-URL: https://github.com/fergalwalsh/fifo/tarball/0.0.2
Description: # fifo
        A simple redis based task queue for python
        
        
        Start the worker:
        ```python
        python -m fifo.worker 'example.tasks'
        ```
        
        
        Send some tasks:
        ```python
        python -m example.app
        ```
Platform: UNKNOWN
