Metadata-Version: 2.4
Name: zz-tools
Version: 2.2.5
Summary: MCGT utilities
License-Expression: MIT
Project-URL: Homepage, https://github.com/JeanPhilipLalumiere/MCGT
Project-URL: Repository, https://github.com/JeanPhilipLalumiere/MCGT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE-data
Requires-Dist: numpy<2.1
Requires-Dist: pandas>=2.0
Dynamic: license-file

# MCGT: Model of Gravitational Time Curvature

[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.XXXXXXX.svg)](https://doi.org/10.5281/zenodo.XXXXXXX)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

Official repository for the MCGT research project, focused on Gravitational Wave Phase Analysis and Cosmological Invariants.

## 🚀 Key Features
- **Sobol 8D Sampling**: Production-grade parameter space exploration.
- **Reproducible Pipeline**: All chapters certified with SHA256 consistency checks.
- **Physics Modules**: From CMB spectra to GW phase residuals.

## 🛠 Installation
```bash
git clone https://github.com/JeanPhilipLalumiere/MCGT.git
pip install -r requirements.txt
```

## 📊 Verification
```bash
python zz-manifests/diag_consistency.py zz-manifests/manifest_master.json
```

*For French version, see [README_fr.md](README_fr.md).*
