kerykeion 4.26.2__tar.gz → 4.26.3__tar.gz

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.

Files changed (44) hide show
  1. {kerykeion-4.26.2 → kerykeion-4.26.3}/PKG-INFO +9 -4
  2. {kerykeion-4.26.2 → kerykeion-4.26.3}/README.md +6 -1
  3. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/relationship_score/relationship_score_factory.py +3 -3
  4. {kerykeion-4.26.2 → kerykeion-4.26.3}/pyproject.toml +1 -1
  5. {kerykeion-4.26.2 → kerykeion-4.26.3}/LICENSE +0 -0
  6. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/__init__.py +0 -0
  7. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/aspects/__init__.py +0 -0
  8. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/aspects/aspects_utils.py +0 -0
  9. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/aspects/natal_aspects.py +0 -0
  10. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/aspects/synastry_aspects.py +0 -0
  11. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/aspects/transits_time_range.py +0 -0
  12. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/astrological_subject.py +0 -0
  13. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/__init__.py +0 -0
  14. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/charts_utils.py +0 -0
  15. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/draw_planets.py +0 -0
  16. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/kerykeion_chart_svg.py +0 -0
  17. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/templates/aspect_grid_only.xml +0 -0
  18. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/templates/chart.xml +0 -0
  19. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/templates/wheel_only.xml +0 -0
  20. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/themes/classic.css +0 -0
  21. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/themes/dark-high-contrast.css +0 -0
  22. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/themes/dark.css +0 -0
  23. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/charts/themes/light.css +0 -0
  24. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/composite_subject_factory.py +0 -0
  25. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/enums.py +0 -0
  26. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/ephemeris_data.py +0 -0
  27. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/fetch_geonames.py +0 -0
  28. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/__init__.py +0 -0
  29. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/chart_types.py +0 -0
  30. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/kerykeion_exception.py +0 -0
  31. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/kr_literals.py +0 -0
  32. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/kr_models.py +0 -0
  33. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/kr_types/settings_models.py +0 -0
  34. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/relationship_score/__init__.py +0 -0
  35. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/relationship_score/relationship_score.py +0 -0
  36. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/report.py +0 -0
  37. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/settings/__init__.py +0 -0
  38. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/settings/config_constants.py +0 -0
  39. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/settings/kerykeion_settings.py +0 -0
  40. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/settings/kr.config.json +0 -0
  41. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/sweph/README.md +0 -0
  42. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/sweph/seas_18.se1 +0 -0
  43. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/transits_time_range.py +0 -0
  44. {kerykeion-4.26.2 → kerykeion-4.26.3}/kerykeion/utilities.py +0 -0
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: kerykeion
3
- Version: 4.26.2
3
+ Version: 4.26.3
4
4
  Summary: A python library for astrology.
5
- Home-page: https://www.kerykeion.net/
6
5
  License: AGPL-3.0
7
6
  Keywords: astrology,ephemeris,astrology library,birtchart,svg,zodiac,zodiac-sing,astronomical-algorithms,synastry,astrology-calculator
8
7
  Author: Giacomo Battaglia
@@ -34,6 +33,7 @@ Requires-Dist: requests-cache (>=1.2.1,<2.0.0)
34
33
  Requires-Dist: scour (>=0.38.2,<0.39.0)
35
34
  Requires-Dist: simple-ascii-tables (>=1.0.0,<2.0.0)
36
35
  Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
36
+ Project-URL: Homepage, https://www.kerykeion.net/
37
37
  Project-URL: Repository, https://github.com/g-battaglia/kerykeion
38
38
  Description-Content-Type: text/markdown
39
39
 
@@ -53,7 +53,7 @@ Description-Content-Type: text/markdown
53
53
  <p align="center">⭐ Like this project? Star it on GitHub and help it grow! ⭐</p>
54
54
  &nbsp;
55
55
 
56
- Kerykeion is a Python library for astrology. It computes planetary and house positions, detects aspects, and generates SVG charts—including birth, synastry, transit, and composite charts. You can also customize which planets to include in your calculations.
56
+ Kerykeion is a Python library for astrology, supporting both Western (tropical) and sidereal systems. It computes planetary and house positions, detects aspects, and generates SVG charts—including birth, synastry, transit, and composite charts. You can also customize which planets to include in your calculations.
57
57
 
58
58
  The main goal of this project is to offer a clean, data-driven approach to astrology, making it accessible and programmable.
59
59
 
@@ -627,3 +627,8 @@ Battaglia, G. (2025). Kerykeion: A Python Library for Astrological Calculations
627
627
  https://github.com/g-battaglia/kerykeion
628
628
  ```
629
629
 
630
+ ## Next Version (V5)
631
+
632
+ The development of Kerykeion V5 is underway, with a focus on enhancing the library's capabilities and performance.
633
+ To follow the progress and contribute, check out the [V5 branch](https://github.com/g-battaglia/kerykeion/tree/next)
634
+
@@ -14,7 +14,7 @@
14
14
  <p align="center">⭐ Like this project? Star it on GitHub and help it grow! ⭐</p>
15
15
  &nbsp;
16
16
 
17
- Kerykeion is a Python library for astrology. It computes planetary and house positions, detects aspects, and generates SVG charts—including birth, synastry, transit, and composite charts. You can also customize which planets to include in your calculations.
17
+ Kerykeion is a Python library for astrology, supporting both Western (tropical) and sidereal systems. It computes planetary and house positions, detects aspects, and generates SVG charts—including birth, synastry, transit, and composite charts. You can also customize which planets to include in your calculations.
18
18
 
19
19
  The main goal of this project is to offer a clean, data-driven approach to astrology, making it accessible and programmable.
20
20
 
@@ -587,3 +587,8 @@ If using Kerykeion in published or academic work, please cite as follows:
587
587
  Battaglia, G. (2025). Kerykeion: A Python Library for Astrological Calculations and Chart Generation.
588
588
  https://github.com/g-battaglia/kerykeion
589
589
  ```
590
+
591
+ ## Next Version (V5)
592
+
593
+ The development of Kerykeion V5 is underway, with a focus on enhancing the library's capabilities and performance.
594
+ To follow the progress and contribute, check out the [V5 branch](https://github.com/g-battaglia/kerykeion/tree/next)
@@ -221,10 +221,10 @@ if __name__ == "__main__":
221
221
 
222
222
  setup_logging(level="critical")
223
223
 
224
- giacomo = AstrologicalSubject("Giacomo", 1993, 6, 10, 12, 15, "Montichiari", "IT")
225
- yoko = AstrologicalSubject("Susie Cox", 1949, 6, 17, 9, 40, "Tucson", "US")
224
+ john = AstrologicalSubject("John Lennon", 1940, 10, 9, 18, 30, "Liverpool", "GB", lng=53.416666, lat=-3, tz_str="Europe/London")
225
+ yoko = AstrologicalSubject("Yoko Ono", 1933, 2, 18, 20, 30, "Tokyo", "JP", lng=35.68611, lat=139.7525, tz_str="Asia/Tokyo")
226
226
 
227
- factory = RelationshipScoreFactory(giacomo, yoko)
227
+ factory = RelationshipScoreFactory(john, yoko)
228
228
  score = factory.get_relationship_score()
229
229
  print(score)
230
230
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kerykeion"
3
- version = "4.26.2"
3
+ version = "4.26.3"
4
4
  authors = ["Giacomo Battaglia <kerykeion.astrology@gmail.com>"]
5
5
  description = "A python library for astrology."
6
6
  license = "AGPL-3.0"
File without changes