Skip to content

Zi Wei Dou Shu datasets

interpretation

Zi Wei Dou Shu (紫微斗数) palace interpretation datasets across locales.

A Zi Wei chart assigns the twelve palaces (命宮, 兄弟宮, …) to earthly branches; the substantive reading is per-palace, so interpretation is keyed by the spread's palace position_id rather than by the branch deck symbol. Palace text lives in JSON bundles under locales/palaces/<locale>.json as the texts vocab group (keyed by palace id); there is no template. See :func:fortune_telling_core.interpretation._candidate_keys for the lookup side (the zi_wei.palace key) and :mod:fortune_telling_core._interpretation_bundle.

ZI_WEI_PALACE_EN_GB module-attribute

ZI_WEI_PALACE_EN_GB = _DATASETS['en-GB']

ZI_WEI_PALACE_EN_US module-attribute

ZI_WEI_PALACE_EN_US = _DATASETS['en-US']

ZI_WEI_PALACE_REGISTRY module-attribute

ZI_WEI_PALACE_REGISTRY = InterpretationRegistry(_DATASETS)