{"id":26879,"library":"data-designer-config","title":"DataDesigner Config","description":"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.","status":"active","version":"0.5.9","language":"python","source_language":"en","source_url":"https://github.com/DataDesigner/data-designer-config","tags":["synthetic-data","configuration","data-generation","yaml"],"install":[{"cmd":"pip install data-designer-config","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from data_designer_config import ConfigSchema","symbol":"ConfigSchema","correct":"from data_designer import ConfigSchema"}],"quickstart":{"code":"from data_designer_config import ConfigSchema, load_config\n\nschema = ConfigSchema.from_yaml('config.yaml')\nconfig = load_config('config.yaml')\nprint(config)\n","lang":"python","description":"Load a configuration from a YAML file."},"warnings":[{"fix":"Update config YAML: wrap distribution and nullable under a 'constraints' key.","message":"In version 0.6.0, the YAML schema format changed: fields `distribution` and `nullable` are now nested under `constraints`. Old configs will fail to parse.","severity":"breaking","affected_versions":">=0.6.0"},{"fix":"Replace `load_json_config(path)` with `load_config(path)`. The new function auto-detects format.","message":"The function `load_json_config` is deprecated as of 0.5.8. Use `load_config` with file extension detection instead.","severity":"deprecated","affected_versions":">=0.5.8"}],"env_vars":null,"search_vec":"'0.5.9':11 '3.10':14 'config':2 'configur':3,18,32 'constraint':25 'data':8,23,31,34 'data-gener':33 'datadesign':1,6 'declar':16 'defin':21 'generat':9,27,35 'layer':4 'manag':19 'pipelin':28 'provid':15 'python':13 'requir':12 'schema':24 'synthet':7,22,30 'synthetic-data':29 'version':10 'yaml':36 'yaml/json-based':17","created_at":"2026-05-01T17:43:22.142162+00:00","updated_at":"2026-05-01T17:43:22.142162+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'ConfigSchema' from 'data_designer' (unknown location)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/data-designer-config/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}