Metadata-Version: 2.4
Name: glassbox-meta
Version: 0.1.1
Summary: Meta package for the GlassBox suite
Author: GlassBox
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: glassbox-autofit>=0.1.0
Requires-Dist: glassbox-benchmark>=0.1.0
Requires-Dist: glassbox-numpandas>=0.1.0
Requires-Dist: glassbox-eda>=0.1.0
Requires-Dist: glassbox-preprocessing>=0.1.0
Requires-Dist: glassbox-ml>=0.1.0
Requires-Dist: glassbox-eval>=0.1.0
Requires-Dist: glassbox-optimization>=0.1.0
Requires-Dist: glassbox-pipeline>=0.1.0
Requires-Dist: glassbox-split>=0.1.0

# GlassBox Ecosystem

This is the meta umbrella package. By installing `glassbox-meta`, you are triggering the resolution matrix fetching every underlying component representing the full ML Pipeline spectrum natively.

## Installation Usage
Just deploy the meta package dependencies across your python matrix.
```bash
pip install glassbox-meta
```


## Building Context
If you prefer developing internally, simply navigate inside your root monorepo target and use valid standard tools:
```bash
pip install -e packages/glassbox-meta
```

## Included Packages
- glassbox-autofit
- glassbox-benchmark
- glassbox-numpandas
- glassbox-eda
- glassbox-preprocessing
- glassbox-ml
- glassbox-eval
- glassbox-optimization
- glassbox-pipeline
- glassbox-split
