Metadata-Version: 1.1
Name: redisqueue
Version: 0.1.4
Summary: Simple Redis Queue Library
Home-page: https://github.com/DevKeh/redisqueue
Author: Jeff Kehler
Author-email: jeffrey.kehler@gmail.com
License: MIT
Description: # redisqueue
        
        Very basic implementation of a Redis queue for Python
        
        
        
        
        History
        -------
        
        0.1.1 (2014-10-02)
        ------------------
        
        * First release
        
        0.1.2 (2014-10-02)
        ------------------
        
        * Changed AbstractTask uids to be shorter
          (Easier to read for logging purposes)
        
        0.1.3 (2014-10-08)
        ------------------
        
        * Added ability to specify Pickle protocol version
        
        0.1.4 (2014-10-11)
        ------------------
        
        * Removed Pickle and reverted to using JSON intead due to compatibility
          issues between Python 2 -> Python 3.
        
Keywords: redis queue
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
