Skip to content

xiongjyu/labtasker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labtasker

unit-test-matrix codecov Python version PyPI

Labtasker makes lab experiment wrapper scripts smarter with task prioritization, failure handling, halfway resume and more: just change 1 line of code.

When and Where to Use

TLDR: Replace for loops in your experiment wrapper script with labtasker to enable features like experiment parallelization, dynamic task prioritization, failure handling, halfway resume, and more.

For detailed examples and concepts, check out the documentation.

Features

  • Easy configuration and setup.
  • Versatile and minimalistic design.
  • Supports both CLI and Python API for task scheduling.
  • Customizable plugin system.

Installation

To install client tools:

pip install labtasker

or

pip install git+https://github.com/fkcptlst/labtasker.git

Documentation

For detailed information on demo, tutorial, deployment, usage, please refer to the documentation.

About

Experiment task scheduling made easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%