Metadata-Version: 2.4
Name: indiciumforge-cli
Version: 2.0.1
Summary: CLI for IndiciumForge reproducible financial research workflows.
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 :: Application Frameworks
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: indiciumforge-workflow<3.0.0,>=2.0.0
Requires-Dist: typer>=0.9

# indiciumforge-cli

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

This package provides the **`indiciumforge` CLI** for running workflow chains, checking output completeness, inspecting demo providers, and comparing runs against reference fixtures.

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

## Install

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

This pulls `indiciumforge-workflow` and `indiciumforge-core` as dependencies.

Monorepo development:

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

## Quick smoke

```bash
indiciumforge --help
```

## 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)
