Metadata-Version: 1.1
Name: django-async
Version: 0.5.4
Summary: Asynchronous task execution with proper database transaction management for Django
Home-page: http://www.kirit.com/Django%20Async
Author: Kirit Saelensminde
Author-email: kirit@felspar.com
License: Boost Software License - Version 1.0 - August 17th, 2003
Description: Django Async is an asynchronous execution queue for Django with proper
        database transaction management.
        
        Building a database backed task queue is a fairly trivial thing, but
        getting the database transactions exactly right is no simple matter.
        
        Usage and documentation
        =======================
        
        All documentation can be found at http://www.kirit.com/Django%20Async
        
        Doing development
        =================
        
        *This project uses git flow. Don't forget to do ``git flow init -d``*
        
        To create virtual environments for running the tests you can execute
        ``test-projects/make-virtual-environments``. To run the tests execute
        ``runtests``.
        
Keywords: django async taskqueue task queue
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved
