Metadata-Version: 2.1
Name: tsq
Version: 0.0.12
Summary: A Friendly Task Scheduler Frontend
Author: admk
Project-URL: Homepage, https://github.com/admk/tu
Project-URL: Issues, https://github.com/admk/tu/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: tqdm
Requires-Dist: tomlkit
Requires-Dist: tabulate >=0.9.0
Requires-Dist: blessed >=1.20.0

# A Friendly Task Scheduler Frontend

## Introduction

## Installation

```shell
pip install tsq
```

Cutting edge version from the repository:
```shell
pip install git+https://github.com/admk/task-spooler-utils.git
```
