Metadata-Version: 2.4
Name: risk-compose
Version: 1.0.1
Summary: Composable risk-adjustment scoring and predictor generation API
Author: Saehwan Park
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/SaehwanPark/risk-compose
Project-URL: Repository, https://github.com/SaehwanPark/risk-compose
Project-URL: Issues, https://github.com/SaehwanPark/risk-compose/issues
Project-URL: Changelog, https://github.com/SaehwanPark/risk-compose/blob/main/CHANGELOG.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: comp-builders
Requires-Dist: pydantic<3,>=2
Provides-Extra: pandas
Requires-Dist: pandas>=3.0.2; extra == "pandas"
Provides-Extra: polars
Requires-Dist: polars<2,>=1; extra == "polars"
Provides-Extra: pyspark
Requires-Dist: pyspark<5,>=4; extra == "pyspark"
Provides-Extra: adapters
Requires-Dist: pandas>=3.0.2; extra == "adapters"
Requires-Dist: polars<2,>=1; extra == "adapters"
Requires-Dist: pyspark<5,>=4; extra == "adapters"

# risk-compose

Core Python API for risk-adjustment scoring, source preparation, validation, review helpers, dataframe adapters, and packaged runtime data.

Install from this repository with:

```bash
pip install "risk-compose @ git+https://github.com/OWNER/REPO.git@REF#subdirectory=packages/core"
```
