Metadata-Version: 1.0
Name: Django-HardWorker
Version: 0.1.0
Summary: Simplified background worker for django.
Home-page: https://bitbucket.org/weholt/django-hardworker
Author: Thomas Weholt
Author-email: thomas@weholt.org
License: Modified BSD
Description: ===========
        Hard Worker
        ===========
        
        Version : 0.1.0
        Author : Thomas Weholt <thomas@weholt.org>
        License : Modified BSD
        WWW : https://bitbucket.org/weholt/django-hardworker
        Status : Beta
        
        
        About
        -----
        * A very simple background worker. Why another? Because the dependencies of celery was driving me nuts when using Windows 7 64bit.
        * VERY SIMPLISTIC - not for production use.
        * More docs coming very soon. Look at the example project in the source at https://bitbucket.org/weholt/django-hardworker for more info.
        
        
        Changelog
        ---------
        0.1.0 - Initial release.
        
        
        Requirements
        ------------
        * django
        
Keywords: django background worker
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
