Skip to content

Commit 577cf4d

Browse files
release: v0.1.43
1 parent df9eb7b commit 577cf4d

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "roxy-sdk"
7-
version = "0.1.42"
7+
version = "0.1.43"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7746,6 +7746,11 @@
77467746
"type": "string",
77477747
"description": "Zodiac sign of the Ascendant."
77487748
},
7749+
"signLord": {
7750+
"type": "string",
7751+
"description": "Ruling planet of the Ascendant sign (the rashi lord). In KP this is the weakest of the four lords, ranked below the star lord and sub lord, but it still sets the broad temperament of the Lagna.",
7752+
"example": "Venus"
7753+
},
77497754
"nakshatra": {
77507755
"type": "string",
77517756
"description": "Nakshatra (star) of the Ascendant."
@@ -7778,6 +7783,7 @@
77787783
"required": [
77797784
"longitude",
77807785
"sign",
7786+
"signLord",
77817787
"nakshatra",
77827788
"nakshatraLord",
77837789
"pada",
@@ -7958,6 +7964,11 @@
79587964
"subSubLord": {
79597965
"type": "string",
79607966
"description": "KP sub-sub lord (SSL) of Rahu."
7967+
},
7968+
"kpNumber": {
7969+
"type": "number",
7970+
"description": "KP number (1-249) locating Rahu in the 249-division sub-lord scheme. Each of the 249 divisions maps to a unique sign, star lord and sub lord triple, so one integer pins the position precisely enough for KP event timing.",
7971+
"example": 194
79617972
}
79627973
},
79637974
"required": [
@@ -7967,7 +7978,8 @@
79677978
"nakshatra",
79687979
"starLord",
79697980
"subLord",
7970-
"subSubLord"
7981+
"subSubLord",
7982+
"kpNumber"
79717983
],
79727984
"description": "Rahu (North Lunar Node), shadow planet, always retrograde, acts as agent of its sign lord and star lord."
79737985
},
@@ -8001,6 +8013,11 @@
80018013
"subSubLord": {
80028014
"type": "string",
80038015
"description": "KP sub-sub lord (SSL) of Ketu."
8016+
},
8017+
"kpNumber": {
8018+
"type": "number",
8019+
"description": "KP number (1-249) locating Ketu in the 249-division sub-lord scheme. Each of the 249 divisions maps to a unique sign, star lord and sub lord triple, so one integer pins the position precisely enough for KP event timing.",
8020+
"example": 194
80048021
}
80058022
},
80068023
"required": [
@@ -8010,7 +8027,8 @@
80108027
"nakshatra",
80118028
"starLord",
80128029
"subLord",
8013-
"subSubLord"
8030+
"subSubLord",
8031+
"kpNumber"
80148032
],
80158033
"description": "Ketu (South Lunar Node), shadow planet, spiritual karmic indicator."
80168034
}
@@ -35195,7 +35213,8 @@
3519535213
"properties": {
3519635214
"datetime": {
3519735215
"type": "string",
35198-
"description": "UTC datetime used for aspect calculation (ISO 8601)."
35216+
"description": "Chart time the aspects were calculated for, echoed back as the local wall clock of the request (ISO 8601, no offset). This is the `date` and `time` you sent, NOT a UTC instant: hold them fixed and vary `timezone` and every longitude moves while this field does not. Combine it with the `timezone` you sent to recover the absolute moment.",
35217+
"example": "1990-06-15T14:30:00"
3519935218
},
3520035219
"planets": {
3520135220
"type": "array",

src/roxy_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.42"
1+
VERSION = "0.1.43"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)