Metadata-Version: 2.4
Name: indiciumforge-core
Version: 2.0.0
Summary: Core contracts, artifact schemas, and ports for IndiciumForge evidence-first 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: workflow,artifacts,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: pandas>=2.0
Requires-Dist: tabulate>=0.9

# indiciumforge-core

Core contracts, artifact schemas, and ports for [IndiciumForge](https://github.com/Cavaradossi/indiciumforge).

IndiciumForge produces **research audit artifacts** and parity evidence. It is **not investment advice**, **not a trading system**, and **not a broker execution platform**.

## Install

PyPI publish is pending. Install from the monorepo:

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

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