Metadata-Version: 2.4
Name: taskspec
Version: 0.0.2
Summary: A tasks execution service for Python.
License: MIT
License-File: LICENSE
Author: weihong.xu
Author-email: xuweihong.cn@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: asyncssh (>=2.21.1,<3.0.0)
Requires-Dist: fastapi (>=0.121.2,<0.122.0)
Requires-Dist: fire (>=0.7.1,<0.8.0)
Requires-Dist: pydantic (>=2.12.4,<3.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: uvicorn (>=0.38.0,<0.39.0)
Description-Content-Type: text/markdown

# TaskSpec

A Python interface for defining and executing task specifications on various job systems (local, Slurm).


## Installation

```bash
pip install taskspec
```

## Getting Started

```
taskspec start ./demo
```
