Metadata-Version: 2.4
Name: relarena-core
Version: 0.0.2
Summary: Shared contracts, temporal validation and predictive queries for relational models.
Author: Prior Labs
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Dist: relbench==2.1.2
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.3.3,<3.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: configspace>=1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: jsonschema>=4.0
Requires-Dist: duckdb>=1.2.2
Requires-Dist: fastdfs>=1.1 ; extra == 'dfs'
Requires-Dist: setuptools<82 ; extra == 'dfs'
Requires-Python: >=3.11, <3.13
Provides-Extra: dfs
Description-Content-Type: text/markdown

# RelArena Core

Shared model contracts, temporal validation, caching and predictive queries for
relational models. This distribution is developed in the RelArena monorepo.

```bash
pip install relarena-core
```

DFS preprocessing is available through `relarena-core[dfs]`. Model packages
provide their own inference backends.
