Metadata-Version: 2.4
Name: orchstep
Version: 0.2.1
Summary: OrchStep — YAML-first workflow orchestration engine
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://orchstep.dev
Project-URL: Repository, https://github.com/orchstep/orchstep
Keywords: orchstep,workflow,orchestration,yaml,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# orchstep

**YAML-first workflow orchestration engine.**

This package installs the OrchStep binary for your platform.

## Install

```bash
pip install orchstep
```

## Usage

```bash
orchstep run deploy --var env=staging
orchstep lint my-workflow.yml
orchstep list-tasks
```

## Documentation

- [GitHub](https://github.com/orchstep/orchstep)
- [Docs](https://orchstep.dev)
