Configuration layer for DataDesigner synthetic data generation. Version 0.5.9, requires Python >=3.10. Provides declarative YAML/JSON-based configuration management for defining synthetic data schemas, constraints, and generation pipelines.
pip install data-designer-configNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a configuration from a YAML file.
Update config YAML: wrap distribution and nullable under a 'constraints' key.
Replace `load_json_config(path)` with `load_config(path)`. The new function auto-detects format.
No dependency data recorded yet.