Metadata-Version: 2.4
Name: indiciumforge-cli
Version: 2.0.0
Summary: Reference CLI for IndiciumForge research audit workflows (indiciumforge command).
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: cli,workflow,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 :: 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

Reference CLI for [IndiciumForge](https://github.com/Cavaradossi/indiciumforge).

Entry point: `indiciumforge` — workflow, artifact audit, factor scan, provider inspect, parity harness.

Research audit only — not investment advice, not broker execution.

## Install

PyPI publish is pending. Install from the monorepo:

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

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