Metadata-Version: 2.1
Name: taskfarm-worker
Version: 0.3.0
Summary: worker module for taskfarm
Home-page: https://github.com/mhagdorn/taskfarm-worker
Author: Magnus Hagdorn
Author-email: magnus.hagdorn@ed.ac.uk
License: GPL3
Description: taskfarm-worker
        ===============
        This package is the client code to work with the [taskfarm](https://github.com/mhagdorn/taskfarm) web application.
        
        You can use the manageTF script to manage the task farm.
        
        Find the full documentation on https://taskfarm-worker.readthedocs.io/
        
        Examples
        --------
        Have a look at the [example script](../master/example.py) to see how to 
        use the module. The [stress/stress.py script](../master/stress/stress.py) 
        stresses the taskfarm server by spawning multiple clients. You can use the 
        [stress/plot.py script](../master/stress/plot.py) to plot the csv files 
        produced by the stress script.
        
        [![test package taskfarm-worker](https://github.com/mhagdorn/taskfarm-worker/actions/workflows/pythonapp.yml/badge.svg)](https://github.com/mhagdorn/taskfarm-worker/actions/workflows/pythonapp.yml)[![Documentation Status](https://readthedocs.org/projects/taskfarm-worker/badge/?version=latest)](https://taskfarm-worker.readthedocs.io/en/latest/?badge=latest)
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Flask
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: testing
