Metadata-Version: 1.1
Name: tinytask
Version: 0.1.0
Summary: A tiny task framework using forked processes without a message broker.
Home-page: https://bitbucket.org/johannestaas/tinytask
Author: Johan Nestaas
Author-email: johannestaas@gmail.com
License: GPLv3
Description: tinytask
        ========
        
        A tiny task framework using forked processes without a message broker.
        
        Installation
        ------------
        
        From the project root directory::
        
            $ python setup.py install
        
        Usage
        -----
        
        Check the examples directory.
        
        Release Notes
        -------------
        
        :0.1.0:
            Works, scheduler implemented.
        :0.0.1:
            Project created
        
Keywords: task framework micro
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
