Metadata-Version: 2.4
Name: indiciumforge-workflow
Version: 2.0.1
Summary: Workflow services for reproducible financial research pipelines and staged output artifacts.
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: financial-research,workflow,artifacts,open-core,reproducibility
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

**IndiciumForge is an open-core toolkit for reproducible financial research workflows.**

This package provides **workflow services** for staged research pipelines: market gate kernel, daily review skeleton, synthetic end-to-end runners, and workflow chain orchestration.

**Not a trading system, broker gateway, or investment advice.**

## Install

Requires `indiciumforge-core`:

```bash
pip install indiciumforge-workflow==2.0.1
```

Monorepo development:

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

## More documentation

- [Repository README](https://github.com/Cavaradossi/indiciumforge/blob/master/README.md)
- [中文说明](https://github.com/Cavaradossi/indiciumforge/blob/master/README_CN.md)
- [Glossary](https://github.com/Cavaradossi/indiciumforge/blob/master/docs/GLOSSARY.md)
