Metadata-Version: 2.4
Name: indiciumforge-workflow
Version: 2.0.0
Summary: Workflow services for IndiciumForge: market gate, daily review, workflow chain.
Author: IndiciumForge contributors
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Cavaradossi/indiciumforge
Project-URL: Repository, https://github.com/Cavaradossi/indiciumforge
Project-URL: Documentation, https://github.com/Cavaradossi/indiciumforge/tree/master/docs
Project-URL: Issues, https://github.com/Cavaradossi/indiciumforge/issues
Project-URL: Changelog, https://github.com/Cavaradossi/indiciumforge/blob/master/RELEASE_NOTES.md
Keywords: workflow,market-gate,research,audit,open-core
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: indiciumforge-core<3.0.0,>=2.0.0
Requires-Dist: pandas>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: tabulate>=0.9

# indiciumforge-workflow

Workflow services (market gate, daily review, workflow chain) for [IndiciumForge](https://github.com/Cavaradossi/indiciumforge).

Research audit workflows only — not investment advice, not live trading.

## Install

PyPI publish is pending. Install from the monorepo (requires `indiciumforge-core`):

```bash
pip install -e packages/indiciumforge-core -e packages/indiciumforge-workflow
```

See [docs/PYPI_RELEASE_CHECKLIST.md](https://github.com/Cavaradossi/indiciumforge/blob/master/docs/PYPI_RELEASE_CHECKLIST.md).
