Metadata-Version: 2.1
Name: waterch-tasker
Version: 0.0.3.202005210100
Summary: A scalable and extendable experiment task scheduler framework.
Home-page: https://github.com/chenrz925/waterch-tasker
Author: Chen Runze
Author-email: chenrz925@icloud.com
License: UNKNOWN
Project-URL: Documentation, https://waterch-tasker.readthedocs.io/zh_CN/latest/
Project-URL: Source Code, https://github.com/chenrz925/waterch-tasker
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# waterch-tasker

![License](https://img.shields.io/github/license/chenrz925/waterch-tasker?style=flat-square)
![Last Commit](https://img.shields.io/github/last-commit/chenrz925/waterch-tasker?style=flat-square)
[![PyPI](https://img.shields.io/pypi/v/waterch-tasker?style=flat-square)](https://pypi.org/project/waterch-tasker/)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/chenrz925/waterch-tasker/CI?style=flat-square)

A scalable and extendable experiment task scheduler framework.

## Install

You can install waterch-tasker using `pip`.

```bash
pip install waterch-tasker
```

## Usage

When waterch-tasker is installed, please use `--help` command.

```bash
waterch-tasker --help
```



