Metadata-Version: 1.1
Name: tasa
Version: 0.1.2
Summary: A simple job queue framework using redis.
Home-page: https://github.com/PaulMcMillan/tasa
Author: Paul McMillan
Author-email: paul@mcmillan.ws
License: Simplified BSD
Description: ========
        T-A S.A.
        ========
        
        A simple redis-powered task queue and job system. Designed to be
        easily extensible with code, rather than excessively featureful out of
        the box.
        
        Getting Started
        ---------------
        
        Tasa requires a version of Python 2.7. If you're using an older
        version, now is an excellent time to upgrade. If you're running Python
        3, compatibility patches are welcome.
        
        Make sure you have redis and the python redis bindings installed. If
        you're using a remote redis instance, you can set the `REDIS_ADDRESS`
        environment variable.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
