Metadata-Version: 2.4
Name: indiciumforge-core
Version: 2.0.1
Summary: Core contracts and output artifacts for 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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.0
Requires-Dist: tabulate>=0.9

# indiciumforge-core

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

This package provides **core contracts and output artifacts**: domain models, ports, schema-tagged artifact I/O, provider and recipe loaders, and reference-comparison models.

Outputs are staged workflow files (JSON/CSV) for human research review. **Not a trading system, broker gateway, or investment advice.**

## Install

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

Monorepo development:

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

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