Metadata-Version: 1.1
Name: vsat
Version: 0.0.6
Summary: Very simple asynchronous tasks for Python.
Home-page: https://github.com/rsr5/vsat
Author: Robin Ridler
Author-email: robin.ridler@gmail.com
License: BSD
Description: Very Simple Asynchronous Tasks
        ------------------------------
        
        A small library that allows asynchronous tasks to be executed.  Useful for
        web applications when you need a task to run in the background.
        
        Example
        -------
        
        ::
        
            pip install vsat
        
        
Keywords: Simple Asynchronous Tasks
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
