kerykeion 5.0.0a7__tar.gz → 5.0.0a8__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.
- kerykeion-5.0.0a8/.github/FUNDING.yml +13 -0
- kerykeion-5.0.0a8/.gitignore +54 -0
- kerykeion-5.0.0a8/CHANGELOG.md +119 -0
- kerykeion-5.0.0a8/DEVELOPMENT.md +256 -0
- kerykeion-5.0.0a8/MANIFEST.in +5 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/PKG-INFO +17 -22
- kerykeion-5.0.0a8/TODO.md +52 -0
- kerykeion-5.0.0a8/docs/index.html +7 -0
- kerykeion-5.0.0a8/docs/kerykeion/aspects/aspects_utils.html +487 -0
- kerykeion-5.0.0a8/docs/kerykeion/aspects/natal_aspects.html +804 -0
- kerykeion-5.0.0a8/docs/kerykeion/aspects/synastry_aspects.html +744 -0
- kerykeion-5.0.0a8/docs/kerykeion/aspects/transits_time_range.html +422 -0
- kerykeion-5.0.0a8/docs/kerykeion/aspects.html +260 -0
- kerykeion-5.0.0a8/docs/kerykeion/astrological_subject.html +3487 -0
- kerykeion-5.0.0a8/docs/kerykeion/charts/charts_utils.html +3141 -0
- kerykeion-5.0.0a8/docs/kerykeion/charts/draw_planets.html +1083 -0
- kerykeion-5.0.0a8/docs/kerykeion/charts/kerykeion_chart_svg.html +3641 -0
- kerykeion-5.0.0a8/docs/kerykeion/charts.html +252 -0
- kerykeion-5.0.0a8/docs/kerykeion/composite_subject_factory.html +952 -0
- kerykeion-5.0.0a8/docs/kerykeion/enums.html +1152 -0
- kerykeion-5.0.0a8/docs/kerykeion/ephemeris_data.html +1238 -0
- kerykeion-5.0.0a8/docs/kerykeion/fetch_geonames.html +702 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types/chart_types.html +1562 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types/kerykeion_exception.html +323 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types/kr_literals.html +797 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types/kr_models.html +4076 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types/settings_models.html +3267 -0
- kerykeion-5.0.0a8/docs/kerykeion/kr_types.html +257 -0
- kerykeion-5.0.0a8/docs/kerykeion/relationship_score/relationship_score.html +742 -0
- kerykeion-5.0.0a8/docs/kerykeion/relationship_score/relationship_score_factory.html +903 -0
- kerykeion-5.0.0a8/docs/kerykeion/relationship_score.html +244 -0
- kerykeion-5.0.0a8/docs/kerykeion/report.html +721 -0
- kerykeion-5.0.0a8/docs/kerykeion/settings/config_constants.html +325 -0
- kerykeion-5.0.0a8/docs/kerykeion/settings/kerykeion_settings.html +497 -0
- kerykeion-5.0.0a8/docs/kerykeion/settings.html +243 -0
- kerykeion-5.0.0a8/docs/kerykeion/transits_time_range.html +668 -0
- kerykeion-5.0.0a8/docs/kerykeion/utilities.html +1599 -0
- kerykeion-5.0.0a8/docs/kerykeion.html +782 -0
- kerykeion-5.0.0a8/docs/search.js +46 -0
- kerykeion-5.0.0a8/examples/README.md +4 -0
- kerykeion-5.0.0a8/examples/charts/composite_chart.py +20 -0
- kerykeion-5.0.0a8/examples/charts/kerykeion_chart_svg.py +7 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/templates/aspect_grid_only.xml +1 -3
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/templates/chart.xml +1 -3
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/templates/wheel_only.xml +0 -1
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/kr_models.py +23 -12
- kerykeion-5.0.0a8/kerykeion/settings/legacy/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/pyproject.toml +40 -31
- kerykeion-5.0.0a8/release_notes/V4.14.0.md +64 -0
- kerykeion-5.0.0a8/release_notes/V4.16.0.md +40 -0
- kerykeion-5.0.0a8/release_notes/V4.17.0.md +44 -0
- kerykeion-5.0.0a8/release_notes/V4.19.0.md +40 -0
- kerykeion-5.0.0a8/release_notes/V4.21.0.md +8 -0
- kerykeion-5.0.0a8/release_notes/V4.22.0.md +31 -0
- kerykeion-5.0.0a8/release_notes/V4.23.0.md +51 -0
- kerykeion-5.0.0a8/release_notes/V4.24.0.md +73 -0
- kerykeion-5.0.0a8/release_notes/V4.25.0.md +40 -0
- kerykeion-5.0.0a8/release_notes/V4.26.0.md +66 -0
- kerykeion-5.0.0a8/release_notes/v5.0.0a1.md +40 -0
- kerykeion-5.0.0a8/tests/__init__.py +5 -0
- kerykeion-5.0.0a8/tests/aspects/__init__.py +0 -0
- kerykeion-5.0.0a8/tests/aspects/expected_natal_aspects.py +1237 -0
- kerykeion-5.0.0a8/tests/aspects/expected_synastry_aspects.py +2861 -0
- kerykeion-5.0.0a8/tests/aspects/test_natal_aspects.py +49 -0
- kerykeion-5.0.0a8/tests/aspects/test_synastry_aspects.py +44 -0
- kerykeion-5.0.0a8/tests/charts/__init__.py +0 -0
- kerykeion-5.0.0a8/tests/charts/compare_svg_lines.py +41 -0
- kerykeion-5.0.0a8/tests/charts/generate_test_charts.py +235 -0
- kerykeion-5.0.0a8/tests/charts/svg/Albert Einstein - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Amitabh Bachchan - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Angelina Jolie and Brad Pitt Composite Chart - Composite Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Antonio Banderas - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Cristiano Ronaldo - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Hua Chenyu - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Jeanne Moreau - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Dark Synastry - Synastry Chart - Aspect Grid Only.svg +591 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Dark Theme - Natal Chart - Aspect Grid Only.svg +591 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Light Theme - Natal Chart - Aspect Grid Only.svg +587 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Only - Natal Chart - Aspect Grid Only.svg +552 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Synastry - Synastry Chart - Aspect Grid Only.svg +552 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Aspect Grid Transit - Transit Chart - Aspect Grid Only.svg +552 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - DTS - Synastry Chart.svg +699 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Dark High Contrast Theme - Natal Chart.svg +708 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Dark Theme - Natal Chart.svg +708 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Dark Theme External - ExternalNatal Chart.svg +740 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - ExternalNatal Chart.svg +701 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Heliocentric - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - House System Morinus - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Light Theme - Natal Chart.svg +704 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Minified - Natal Chart.svg +1 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - SCTWL - Synastry Chart.svg +699 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Synastry Chart.svg +660 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - TCWTG - Transit Chart.svg +708 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Topocentric - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Transit Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - True Geocentric - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Wheel External Only - ExternalNatal Chart - Wheel Only.svg +631 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Wheel Only - Natal Chart - Wheel Only.svg +599 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Wheel Synastry Only - Synastry Chart - Wheel Only.svg +599 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon - Wheel Transit Only - Transit Chart - Wheel Only.svg +599 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon DeLuce - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon Fagan-Bradley - Light Theme - Natal Chart - Wheel Only.svg +634 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon Fagan-Bradley - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon J2000 - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon Lahiri - Dark Theme - Natal Chart - Wheel Only.svg +638 -0
- kerykeion-5.0.0a8/tests/charts/svg/John Lennon Lahiri - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Kanye - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Mehmet Oz - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Mikhail Bulgakov - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/svg/Sophia Loren - Natal Chart.svg +669 -0
- kerykeion-5.0.0a8/tests/charts/test_charts.py +586 -0
- kerykeion-5.0.0a8/tests/settings/test-settings.json +1084 -0
- kerykeion-5.0.0a8/tests/settings/test_settings.py +38 -0
- kerykeion-5.0.0a8/tests/test_astrological_subject.py +807 -0
- kerykeion-5.0.0a8/tests/test_astrological_subject_jyotish.py +804 -0
- kerykeion-5.0.0a8/tests/test_ephemeris_data.py +38 -0
- kerykeion-5.0.0a8/tests/test_fetch_geonames.py +32 -0
- kerykeion-5.0.0a8/tests/test_json_dump.py +112 -0
- kerykeion-5.0.0a8/tests/test_relationship_score.py +53 -0
- kerykeion-5.0.0a8/tests/test_report.py +21 -0
- kerykeion-5.0.0a8/tests/test_utc.py +54 -0
- kerykeion-5.0.0a8/tests/test_utilities.py +116 -0
- kerykeion-5.0.0a8/uv.lock +895 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/LICENSE +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/README.md +0 -0
- /kerykeion-5.0.0a7/kerykeion/settings/legacy/__init__.py → /kerykeion-5.0.0a8/examples/astrologiacal_subject.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/aspects/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/aspects/aspects_utils.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/aspects/natal_aspects.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/aspects/synastry_aspects.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/aspects/transits_time_range.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/astrological_subject_factory.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/charts_utils.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/draw_planets.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/draw_planets_v2.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/draw_planets_v3.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/kerykeion_chart_svg.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/themes/classic.css +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/themes/dark-high-contrast.css +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/themes/dark.css +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/themes/light.css +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/charts/themes/strawberry.css +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/composite_subject_factory.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/enums.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/ephemeris_data.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/fetch_geonames.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/house_comparison/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/house_comparison/house_comparison_factory.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/house_comparison/house_comparison_models.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/house_comparison/house_comparison_utils.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/chart_types.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/kerykeion_exception.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/kr_literals.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/kr_types/settings_models.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/planetary_return_factory.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/relationship_score_factory.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/report.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/__init__.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/config_constants.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/kerykeion_settings.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/kr.config.json +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/legacy/legacy_celestial_points_settings.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/legacy/legacy_chart_aspects_settings.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/settings/legacy/legacy_color_settings.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/sweph/README.md +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/sweph/seas_18.se1 +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/transits_time_range.py +0 -0
- {kerykeion-5.0.0a7 → kerykeion-5.0.0a8}/kerykeion/utilities.py +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
|
+
open_collective: # Replace with a single Open Collective username
|
|
6
|
+
ko_fi: kerykeion
|
|
7
|
+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
|
+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
liberapay: # Replace with a single Liberapay username
|
|
10
|
+
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
otechie: # Replace with a single Otechie username
|
|
12
|
+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
13
|
+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Compiled source #
|
|
2
|
+
###################
|
|
3
|
+
*.com
|
|
4
|
+
*.class
|
|
5
|
+
*.dll
|
|
6
|
+
*.exe
|
|
7
|
+
*.o
|
|
8
|
+
*.so
|
|
9
|
+
|
|
10
|
+
# Packages #
|
|
11
|
+
############
|
|
12
|
+
# it's better to unpack these files and commit the raw source
|
|
13
|
+
# git has its own built in compression methods
|
|
14
|
+
*.7z
|
|
15
|
+
*.dmg
|
|
16
|
+
*.gz
|
|
17
|
+
*.iso
|
|
18
|
+
*.jar
|
|
19
|
+
*.rar
|
|
20
|
+
*.tar
|
|
21
|
+
*.zip
|
|
22
|
+
|
|
23
|
+
# Logs and databases #
|
|
24
|
+
######################
|
|
25
|
+
*.log
|
|
26
|
+
*.sql
|
|
27
|
+
*.sqlite
|
|
28
|
+
|
|
29
|
+
# OS generated files #
|
|
30
|
+
######################
|
|
31
|
+
.DS_Store
|
|
32
|
+
.DS_Store?
|
|
33
|
+
._*
|
|
34
|
+
.Spotlight-V100
|
|
35
|
+
.Trashes
|
|
36
|
+
ehthumbs.db
|
|
37
|
+
Thumbs.db
|
|
38
|
+
|
|
39
|
+
# Folders #
|
|
40
|
+
###########
|
|
41
|
+
|
|
42
|
+
__pycache__
|
|
43
|
+
venv
|
|
44
|
+
.vscode
|
|
45
|
+
mecuriusastro.egg-info
|
|
46
|
+
kerykeion.egg-info
|
|
47
|
+
build/
|
|
48
|
+
dist/
|
|
49
|
+
.geonames_cache
|
|
50
|
+
.kerykeion
|
|
51
|
+
kr_venv
|
|
52
|
+
request_cache
|
|
53
|
+
Pipfile
|
|
54
|
+
.mypy_cache
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 4.2.0
|
|
4
|
+
|
|
5
|
+
_Released 08/01/2023_
|
|
6
|
+
|
|
7
|
+
**Bugfixes:**
|
|
8
|
+
|
|
9
|
+
- fixing float-int presidence bug
|
|
10
|
+
|
|
11
|
+
**Dependency Updates:**
|
|
12
|
+
|
|
13
|
+
- Updated `pydantic` to `2.5`
|
|
14
|
+
|
|
15
|
+
**Credits:**
|
|
16
|
+
|
|
17
|
+
- Thanks to @jackklika for the PR, more details [here](https://github.com/g-battaglia/kerykeion/pull/98)
|
|
18
|
+
|
|
19
|
+
## 4.4.0
|
|
20
|
+
|
|
21
|
+
_Released 05/03/2024_
|
|
22
|
+
|
|
23
|
+
**New Features:**
|
|
24
|
+
|
|
25
|
+
Allow UTC datetime to be passed in the constructor as an alternative to year, month, day, hour, minute and timezone (#108)
|
|
26
|
+
|
|
27
|
+
**Credits:**
|
|
28
|
+
|
|
29
|
+
- Thanks to @jackklika for the PR, more details [here](https://github.com/g-battaglia/kerykeion/pull/108)
|
|
30
|
+
|
|
31
|
+
## 4.5.0
|
|
32
|
+
|
|
33
|
+
- _AstrologicalSubject_ Is now possible to disable Chiron calculation with `disable_chiron=True` for better compatibility with older dates.
|
|
34
|
+
- New module enums added for better type hinting, still to be expanded and really used.
|
|
35
|
+
|
|
36
|
+
## 4.5.1
|
|
37
|
+
|
|
38
|
+
- Fixed | bug for compatibility with Python 3.9
|
|
39
|
+
|
|
40
|
+
## 4.6.0
|
|
41
|
+
|
|
42
|
+
- Now the `lunar_phase` contains also the `lunar_phase_name` property, which is a string representation of the phase.
|
|
43
|
+
- Minor general cleanup and refactoring of the codebase.
|
|
44
|
+
|
|
45
|
+
## 4.7.0
|
|
46
|
+
|
|
47
|
+
A lot of refactoring and clean up.
|
|
48
|
+
`Fix`: In the old version the 4 last planets of the Transit chart were always removed, now we check if those are Axes and then
|
|
49
|
+
remove them.
|
|
50
|
+
|
|
51
|
+
## 4.8.0
|
|
52
|
+
|
|
53
|
+
Added the optional `minify` argument to makeTemplate in the charts module.
|
|
54
|
+
|
|
55
|
+
## 4.10.0
|
|
56
|
+
|
|
57
|
+
- Added the `sidereal_mode` argument to the `AstrologicalChart` class to allow differet Ayanamsa calculation methods.
|
|
58
|
+
|
|
59
|
+
## 4.11.0
|
|
60
|
+
|
|
61
|
+
- Added different House Systems to the `AstrologicalChart` class.
|
|
62
|
+
|
|
63
|
+
## 4.14.0
|
|
64
|
+
|
|
65
|
+
- Added Lilith to astrological calculations and chart rendering.
|
|
66
|
+
- Deprecated `disable_chiron` in favor of `disable_chiron_and_lilith` with deprecation warning.
|
|
67
|
+
- Updated configuration in `kr.config.json` for Lilith settings.
|
|
68
|
+
|
|
69
|
+
## 4.16.0
|
|
70
|
+
|
|
71
|
+
- Added themed astrological charts (`theme` parameter), including Classic, Dark, Dark High Contrast, and Light themes.
|
|
72
|
+
- Added wheel-only charts and separate aspect table SVG.
|
|
73
|
+
- Added grid view for aspect tables in synastry and transit charts.
|
|
74
|
+
|
|
75
|
+
## 4.17.0
|
|
76
|
+
|
|
77
|
+
- Added `chart_language` parameter to set chart language (EN, FR, PT, ES, TR, RU, IT, CN, DE).
|
|
78
|
+
- Enhanced `get_settings` function to accept a dictionary or `KerykeionSettingsModel` instance.
|
|
79
|
+
|
|
80
|
+
## 4.19.0
|
|
81
|
+
|
|
82
|
+
- Added support for True and Mean Lunar Nodes (`true_node`, `true_south_node`, `mean_node`, `mean_south_node`).
|
|
83
|
+
- Default activation of mean nodes; configurable activation of true nodes via `kr.config.json`.
|
|
84
|
+
|
|
85
|
+
## 4.21.0
|
|
86
|
+
|
|
87
|
+
- Customizable Geonames cache timeout (default extended from 24 hours to 30 days).
|
|
88
|
+
|
|
89
|
+
**Credits:**
|
|
90
|
+
|
|
91
|
+
- Thanks to @tomshaffner for the idea and implementation.
|
|
92
|
+
|
|
93
|
+
## 4.22.0
|
|
94
|
+
|
|
95
|
+
- Explicit calculation of Ascendant (AC), Descendant (DC), Midheaven (MC), and Imum Coeli (IC) axes.
|
|
96
|
+
- Introduced `axial_cusps_names_list` parameter and replaced `check_if_between` with `is_point_between` utility.
|
|
97
|
+
- Configuration updates for axes in `kr.config.json`.
|
|
98
|
+
|
|
99
|
+
**Credits:**
|
|
100
|
+
|
|
101
|
+
- Thanks to @fkostadinov for implementing these changes in PR #138.
|
|
102
|
+
|
|
103
|
+
## 4.23.0
|
|
104
|
+
|
|
105
|
+
- Added `active_points` parameter to `KerykeionChartSVG` for runtime specification of active planets and axial cusps.
|
|
106
|
+
|
|
107
|
+
## 4.24.0
|
|
108
|
+
|
|
109
|
+
- Added `active_aspects` parameter to `KerykeionChartSVG` for runtime specification of active aspects and orbs.
|
|
110
|
+
|
|
111
|
+
## 4.25.0
|
|
112
|
+
|
|
113
|
+
- Added composite charts feature: create composite subjects and charts using the midpoint method.
|
|
114
|
+
|
|
115
|
+
## 4.26.0
|
|
116
|
+
|
|
117
|
+
- Introduced `TransitsTimeRangeFactory` for calculating transit events across specified time ranges.
|
|
118
|
+
- Added `get_ephemeris_data_as_astrological_subjects` method in `EphemerisDataFactory`.
|
|
119
|
+
- Added `p*_owner` fields in aspect models for subject identification in `natal_aspects` and `synastry_aspects`.
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
# 🛠️ Development Setup Guide
|
|
2
|
+
|
|
3
|
+
Welcome to Kerykeion! This guide will help you set up your development environment to contribute to this astrology library.
|
|
4
|
+
|
|
5
|
+
## 📋 Prerequisites
|
|
6
|
+
|
|
7
|
+
Before you begin, ensure you have the following installed:
|
|
8
|
+
|
|
9
|
+
- **Python 3.9 or higher** - Check with `python --version`
|
|
10
|
+
- **Git** - For cloning the repository
|
|
11
|
+
- **uv** - Ultra-fast Python package manager (replaces pip/poetry)
|
|
12
|
+
|
|
13
|
+
### Installing uv
|
|
14
|
+
|
|
15
|
+
If you don't have uv installed, follow the installation instructions at the official website:
|
|
16
|
+
|
|
17
|
+
**👉 [https://docs.astral.sh/uv/getting-started/installation/](https://docs.astral.sh/uv/getting-started/installation/)**
|
|
18
|
+
|
|
19
|
+
## 🚀 Quick Start
|
|
20
|
+
|
|
21
|
+
1. **Clone the repository**
|
|
22
|
+
```bash
|
|
23
|
+
git clone https://github.com/g-battaglia/kerykeion.git
|
|
24
|
+
cd kerykeion
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
2. **Install dependencies**
|
|
28
|
+
```bash
|
|
29
|
+
# This creates a virtual environment and installs all dependencies
|
|
30
|
+
uv sync --dev
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
3. **Verify installation**
|
|
34
|
+
```bash
|
|
35
|
+
# Test that kerykeion can be imported
|
|
36
|
+
uv run python -c "import kerykeion; print('✅ Setup successful!')"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## 🧪 Development Commands
|
|
40
|
+
|
|
41
|
+
Kerykeion uses [poethepoet](https://github.com/nat-n/poethepoet) as a task runner. All tasks are defined in `pyproject.toml`.
|
|
42
|
+
|
|
43
|
+
### Running Tests
|
|
44
|
+
```bash
|
|
45
|
+
# Run all tests
|
|
46
|
+
uv run poe test
|
|
47
|
+
|
|
48
|
+
# Run tests without output capture (useful for debugging)
|
|
49
|
+
uv run poe test-no-capture
|
|
50
|
+
|
|
51
|
+
# Run tests excluding chart generation tests
|
|
52
|
+
uv run poe test-nocharts
|
|
53
|
+
|
|
54
|
+
# Run specific test file
|
|
55
|
+
uv run pytest tests/test_astrological_subject.py
|
|
56
|
+
|
|
57
|
+
# Run tests with coverage
|
|
58
|
+
uv run pytest --cov=kerykeion
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Code Quality
|
|
62
|
+
```bash
|
|
63
|
+
# Format code with Black
|
|
64
|
+
uv run poe format
|
|
65
|
+
|
|
66
|
+
# Format all code (including tests)
|
|
67
|
+
uv run poe format:all
|
|
68
|
+
|
|
69
|
+
# Type checking with MyPy
|
|
70
|
+
uv run poe analize
|
|
71
|
+
|
|
72
|
+
# Lint with specific tools
|
|
73
|
+
uv run black --check kerykeion/
|
|
74
|
+
uv run mypy kerykeion/
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Documentation
|
|
78
|
+
```bash
|
|
79
|
+
# Generate documentation
|
|
80
|
+
uv run poe docs
|
|
81
|
+
|
|
82
|
+
# The docs will be generated in the ./docs folder
|
|
83
|
+
# Open docs/index.html in your browser to view them
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## 📁 Project Structure
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
kerykeion/
|
|
90
|
+
├── kerykeion/ # Main package
|
|
91
|
+
│ ├── __init__.py
|
|
92
|
+
│ ├── aspects/ # Astrological aspects
|
|
93
|
+
│ ├── charts/ # Chart generation
|
|
94
|
+
│ ├── kr_types/ # Type definitions
|
|
95
|
+
│ ├── settings/ # Configuration
|
|
96
|
+
│ └── ...
|
|
97
|
+
├── tests/ # Test suite
|
|
98
|
+
├── examples/ # Usage examples
|
|
99
|
+
├── docs/ # Generated documentation
|
|
100
|
+
├── pyproject.toml # Project configuration
|
|
101
|
+
├── uv.lock # Dependency lock file
|
|
102
|
+
└── README.md
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## 🔧 Adding Dependencies
|
|
106
|
+
|
|
107
|
+
### Production Dependencies
|
|
108
|
+
```bash
|
|
109
|
+
# Add a new dependency
|
|
110
|
+
uv add requests
|
|
111
|
+
|
|
112
|
+
# Add with specific version
|
|
113
|
+
uv add "pydantic>=2.0.0"
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Development Dependencies
|
|
117
|
+
```bash
|
|
118
|
+
# Add development dependency
|
|
119
|
+
uv add --group dev pytest-mock
|
|
120
|
+
|
|
121
|
+
# Add to specific group
|
|
122
|
+
uv add --group test pytest-benchmark
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## 🌟 Development Workflow
|
|
126
|
+
|
|
127
|
+
1. **Create a feature branch**
|
|
128
|
+
```bash
|
|
129
|
+
git checkout -b feature/your-feature-name
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
2. **Make your changes**
|
|
133
|
+
- Write code following the existing style
|
|
134
|
+
- Add tests for new functionality
|
|
135
|
+
- Update documentation if needed
|
|
136
|
+
|
|
137
|
+
3. **Test your changes**
|
|
138
|
+
```bash
|
|
139
|
+
# Run tests
|
|
140
|
+
uv run poe test
|
|
141
|
+
|
|
142
|
+
# Check code style
|
|
143
|
+
uv run poe format
|
|
144
|
+
uv run poe analize
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
4. **Commit and push**
|
|
148
|
+
```bash
|
|
149
|
+
git add .
|
|
150
|
+
git commit -m "feat: add your feature description"
|
|
151
|
+
git push origin feature/your-feature-name
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
5. **Create a Pull Request**
|
|
155
|
+
- Go to GitHub and create a PR
|
|
156
|
+
- Ensure all CI checks pass
|
|
157
|
+
|
|
158
|
+
## 🐛 Debugging
|
|
159
|
+
|
|
160
|
+
### Running Python Scripts
|
|
161
|
+
```bash
|
|
162
|
+
# Run any Python script with the project environment
|
|
163
|
+
uv run python your_script.py
|
|
164
|
+
|
|
165
|
+
# Start interactive Python with all dependencies
|
|
166
|
+
uv run python
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Common Issues
|
|
170
|
+
|
|
171
|
+
**Issue: Import errors**
|
|
172
|
+
```bash
|
|
173
|
+
# Make sure you're using uv run
|
|
174
|
+
uv run python -c "import kerykeion"
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
**Issue: Dependencies not found**
|
|
178
|
+
```bash
|
|
179
|
+
# Resync dependencies
|
|
180
|
+
uv sync --dev
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
**Issue: Tests failing**
|
|
184
|
+
```bash
|
|
185
|
+
# Run tests with verbose output
|
|
186
|
+
uv run pytest -v
|
|
187
|
+
|
|
188
|
+
# Run specific test with debugging
|
|
189
|
+
uv run pytest tests/test_specific.py -s -vvv
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
## 📊 Code Style Guidelines
|
|
193
|
+
|
|
194
|
+
- **Line length**: 120 characters (configured in Black)
|
|
195
|
+
- **Type hints**: Required for public APIs
|
|
196
|
+
- **Docstrings**: Use Google style for all public functions
|
|
197
|
+
- **Testing**: Aim for >90% code coverage
|
|
198
|
+
|
|
199
|
+
### Example Function
|
|
200
|
+
```python
|
|
201
|
+
def calculate_aspect(planet1: Planet, planet2: Planet) -> AspectData:
|
|
202
|
+
"""Calculate the aspect between two planets.
|
|
203
|
+
|
|
204
|
+
Args:
|
|
205
|
+
planet1: The first planet
|
|
206
|
+
planet2: The second planet
|
|
207
|
+
|
|
208
|
+
Returns:
|
|
209
|
+
AspectData containing the calculated aspect information
|
|
210
|
+
|
|
211
|
+
Raises:
|
|
212
|
+
ValueError: If planets are invalid
|
|
213
|
+
"""
|
|
214
|
+
# Implementation here
|
|
215
|
+
pass
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
## 🤝 Contributing
|
|
219
|
+
|
|
220
|
+
1. Check the [Issues](https://github.com/g-battaglia/kerykeion/issues) for open tasks
|
|
221
|
+
2. Look for issues labeled `good first issue` if you're new
|
|
222
|
+
3. Comment on an issue before starting work
|
|
223
|
+
4. Follow the development workflow above
|
|
224
|
+
5. Be patient and responsive during code review
|
|
225
|
+
|
|
226
|
+
## 📞 Getting Help
|
|
227
|
+
|
|
228
|
+
- **Documentation**: [kerykeion.net](https://www.kerykeion.net/)
|
|
229
|
+
- **Issues**: [GitHub Issues](https://github.com/g-battaglia/kerykeion/issues)
|
|
230
|
+
- **Discussions**: [GitHub Discussions](https://github.com/g-battaglia/kerykeion/discussions)
|
|
231
|
+
|
|
232
|
+
## 🔄 Updating Dependencies
|
|
233
|
+
|
|
234
|
+
```bash
|
|
235
|
+
# Update all dependencies to latest compatible versions
|
|
236
|
+
uv sync --upgrade
|
|
237
|
+
|
|
238
|
+
# Update specific dependency
|
|
239
|
+
uv add "requests>=2.32.0" --upgrade
|
|
240
|
+
|
|
241
|
+
# Check for outdated dependencies
|
|
242
|
+
uv tree
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
## 🏗️ Building the Package
|
|
246
|
+
|
|
247
|
+
```bash
|
|
248
|
+
# Build wheel and source distribution
|
|
249
|
+
uv build
|
|
250
|
+
|
|
251
|
+
# The built packages will be in the dist/ folder
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
**Happy coding! 🚀** If you encounter any issues with this setup, please open an issue on GitHub.
|
|
@@ -1,40 +1,36 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: kerykeion
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.0a8
|
|
4
4
|
Summary: A python library for astrology.
|
|
5
|
+
Project-URL: Homepage, https://www.kerykeion.net/
|
|
6
|
+
Project-URL: Repository, https://github.com/g-battaglia/kerykeion
|
|
7
|
+
Author-email: Giacomo Battaglia <kerykeion.astrology@gmail.com>
|
|
5
8
|
License: AGPL-3.0
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Author-email: kerykeion.astrology@gmail.com
|
|
9
|
-
Requires-Python: >=3.9,<4.0
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Keywords: astrology,astrology library,astrology-calculator,astronomical-algorithms,birtchart,ephemeris,svg,synastry,zodiac,zodiac-sing
|
|
10
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
12
|
Classifier: Intended Audience :: Developers
|
|
12
13
|
Classifier: Intended Audience :: Information Technology
|
|
13
|
-
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
|
-
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
20
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
24
21
|
Classifier: Topic :: Software Development
|
|
25
22
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
24
|
Classifier: Typing :: Typed
|
|
28
|
-
Requires-
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist: requests-cache
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
|
|
37
|
-
Project-URL: Repository, https://github.com/g-battaglia/kerykeion
|
|
25
|
+
Requires-Python: >=3.9
|
|
26
|
+
Requires-Dist: pydantic>=2.5
|
|
27
|
+
Requires-Dist: pyswisseph>=2.10.3.1
|
|
28
|
+
Requires-Dist: pytz>=2024.2
|
|
29
|
+
Requires-Dist: requests-cache>=1.2.1
|
|
30
|
+
Requires-Dist: requests>=2.32.3
|
|
31
|
+
Requires-Dist: scour>=0.38.2
|
|
32
|
+
Requires-Dist: simple-ascii-tables>=1.0.0
|
|
33
|
+
Requires-Dist: typing-extensions>=4.12.2
|
|
38
34
|
Description-Content-Type: text/markdown
|
|
39
35
|
|
|
40
36
|
<h1 align="center">Kerykeion</h1>
|
|
@@ -638,4 +634,3 @@ If using Kerykeion in published or academic work, please cite as follows:
|
|
|
638
634
|
Battaglia, G. (2025). Kerykeion: A Python Library for Astrological Calculations and Chart Generation.
|
|
639
635
|
https://github.com/g-battaglia/kerykeion
|
|
640
636
|
```
|
|
641
|
-
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# TODO – Development Roadmap
|
|
2
|
+
|
|
3
|
+
**Legend:**
|
|
4
|
+
|
|
5
|
+
- `[ ]` – To do
|
|
6
|
+
- `[>]` – In progress
|
|
7
|
+
- `[x]` – Completed
|
|
8
|
+
- `[KO]` – Removed / No longer needed
|
|
9
|
+
|
|
10
|
+
**Priority levels:**
|
|
11
|
+
- 🟥 High
|
|
12
|
+
- 🟧 Medium
|
|
13
|
+
- 🟨 Low
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Version 5 Tasks
|
|
18
|
+
|
|
19
|
+
### 🟥 High Priority
|
|
20
|
+
|
|
21
|
+
- [ ] FIX WHEEL ONLY CHARTS!
|
|
22
|
+
- [ ] Fix labels (eg. "Aspetti Tra [...]")
|
|
23
|
+
- [x] Refactor structure using the new `AstrologicalSubjectModel` and a factory class to instantiate objects in multiple ways:
|
|
24
|
+
- [ ] Online
|
|
25
|
+
- [ ] Offline
|
|
26
|
+
- [ ] With UTC ISO 8601 string
|
|
27
|
+
- [ ] With current UTC time
|
|
28
|
+
- [ ] With only active planets
|
|
29
|
+
- [ ] Discepolo's Score in Synastry
|
|
30
|
+
- [x] Add weekday name to the output
|
|
31
|
+
- [ ] Add planetary speed and direction
|
|
32
|
+
- [ ] Create utility function to retrieve all active planets
|
|
33
|
+
- [ ] Full documentation for the library and AstrologerAPI
|
|
34
|
+
- [ ] More "air space" around objects in the chart
|
|
35
|
+
- [x] More colorful themes (eg. "strawberry")
|
|
36
|
+
- [ ] Correct the displayed file name (browser tab/title)
|
|
37
|
+
- [ ] NatalAspects and SynatryAspect with inheritance of ActivePoints
|
|
38
|
+
- [ ] Fix unit tests
|
|
39
|
+
- [ ] Complete all the arab parts and other points in the chart
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### 🟧 Medium Priority
|
|
43
|
+
|
|
44
|
+
- [ ] Finalize and integrate new examples into the documentation
|
|
45
|
+
|
|
46
|
+
### 🟨 Low Priority
|
|
47
|
+
|
|
48
|
+
- [ ] Implement Gauquelin Sector as an additional house system mode (`G`)
|
|
49
|
+
- [ ] Create unit tests for polar circle edge cases
|
|
50
|
+
- [ ] `get_trasnlation` function for multiple languages
|
|
51
|
+
|
|
52
|
+
|