Harden high-rigor Jyotish timing workflow

This commit is contained in:
732642856
2026-07-01 19:15:35 +08:00
parent 6276309d41
commit 5a76abf8d6
87 changed files with 17685 additions and 382 deletions
+4
View File
@@ -87,6 +87,10 @@ def cmd_narayana_dasha(args, chart_data):
if ad:
lines.append(f" Antardasha: {ad['sign']}{ad['lord']}{ad['years']}")
pd = curr.get('pd')
if pd:
lines.append(f" Pratyantardasha: {pd['sign']}{pd['lord']}{pd['years']}")
lines.append("")
for line in result.get('interpretation', []):
lines.append(f" {line}")