-
Notifications
You must be signed in to change notification settings - Fork 4
Contributor Guide
ravikiranpagidi edited this page Jun 17, 2026
·
1 revision
Thank you for improving Great Generator.
git clone https://github.com/ravikiranpagidi/great-generator.git
cd great-generator
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"ruff check .
black --check .
pytest
python -m build
python -m twine check dist/*- realistic reference values
- new domain packs
- Spark generation improvements
- examples and notebooks
- docs and tutorials
- anomaly types
- benchmark scripts
- export improvements
- relational integrity by default
- anomalies only when explicitly requested
- deterministic seeds for tests and research
- optional Spark/Delta dependencies
- simple public APIs
- documentation that helps users succeed quickly