kerykeion 4.13.1__py3-none-any.whl → 4.13.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of kerykeion might be problematic. Click here for more details.

@@ -250,7 +250,8 @@ class AstrologicalSubject:
250
250
  elif self.perspective_type == "Topocentric":
251
251
  self._iflag += swe.FLG_TOPOCTR
252
252
  # geopos_is_set, for topocentric
253
- self._fetch_and_set_tz_and_coordinates_from_geonames()
253
+ if (self.online) and (not self.tz_str) and (not self.lat) and (not self.lng):
254
+ self._fetch_and_set_tz_and_coordinates_from_geonames()
254
255
  swe.set_topo(self.lng, self.lat, 0)
255
256
  # <--- Chart Perspective check and setup
256
257
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kerykeion
3
- Version: 4.13.1
3
+ Version: 4.13.2
4
4
  Summary: A python library for astrology.
5
5
  Home-page: https://www.kerykeion.net/
6
6
  License: AGPL-3.0
@@ -4,7 +4,7 @@ kerykeion/aspects/__init__.py,sha256=9FlDVI1ndCJga0-chNIhcLitjU_x3kbtAFfFqVp2ejc
4
4
  kerykeion/aspects/aspects_utils.py,sha256=ZCOnhgW6CZQrCruAGaf8vkUlBtjubbfKOqXy6qyQupE,5321
5
5
  kerykeion/aspects/natal_aspects.py,sha256=R47UToYKqbVrRmGzmY4pgsikcoXNmJvs5KhSmz7HZtM,4460
6
6
  kerykeion/aspects/synastry_aspects.py,sha256=BqG0E4tDZJjPQm3NTX3G6LkTuijP0AsKtI9pwH0F_Mc,3946
7
- kerykeion/astrological_subject.py,sha256=xUuhiSbWbFWPKREdRUl9VCoxDyzs_iu8tRTCVkNx76I,33565
7
+ kerykeion/astrological_subject.py,sha256=XMUNpFYIZugX62KsCrLa4KMlYjfZOR3Alhjf1aRcYc8,33659
8
8
  kerykeion/charts/__init__.py,sha256=Juxkduy2TaagWblh_7CE8Acrg3dHL27-WEddJhau_eQ,127
9
9
  kerykeion/charts/charts_utils.py,sha256=Pfy-SkPnABIy5ZkKgypnGqxXOAKhTRIeQX3fQKO8DgQ,15065
10
10
  kerykeion/charts/kerykeion_chart_svg.py,sha256=P3xRWedqdbYjeI1xX9saL729IXBfJ_8TWLz1AzUF5vI,64864
@@ -26,8 +26,8 @@ kerykeion/settings/kr.config.json,sha256=1Yhv9RGHom5U9e-JZZRWVfT2Ubllz2WrckdwadD
26
26
  kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
27
27
  kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
28
28
  kerykeion/utilities.py,sha256=O2VNTu5iozaL_aGsYHJRBo3ckQxsVckxDYfZME8z-ZI,11397
29
- kerykeion-4.13.1.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
30
- kerykeion-4.13.1.dist-info/METADATA,sha256=llPl3MvX6cD5_4_wiBtaatybRzjlUq-YcJcBTf0MjVw,14410
31
- kerykeion-4.13.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
- kerykeion-4.13.1.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
33
- kerykeion-4.13.1.dist-info/RECORD,,
29
+ kerykeion-4.13.2.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
30
+ kerykeion-4.13.2.dist-info/METADATA,sha256=ectHa85NMDNd1el0OY2Fe_fJgKFQV4eylmI2gE42G94,14410
31
+ kerykeion-4.13.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
+ kerykeion-4.13.2.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
33
+ kerykeion-4.13.2.dist-info/RECORD,,