kerykeion 4.21.0__py3-none-any.whl → 4.21.1__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.
- kerykeion/report.py +1 -1
- {kerykeion-4.21.0.dist-info → kerykeion-4.21.1.dist-info}/METADATA +3 -4
- {kerykeion-4.21.0.dist-info → kerykeion-4.21.1.dist-info}/RECORD +6 -6
- {kerykeion-4.21.0.dist-info → kerykeion-4.21.1.dist-info}/WHEEL +1 -1
- {kerykeion-4.21.0.dist-info → kerykeion-4.21.1.dist-info}/LICENSE +0 -0
- {kerykeion-4.21.0.dist-info → kerykeion-4.21.1.dist-info}/entry_points.txt +0 -0
kerykeion/report.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from kerykeion import AstrologicalSubject
|
|
2
|
-
from
|
|
2
|
+
from simple_ascii_tables import AsciiTable
|
|
3
3
|
from kerykeion.utilities import get_houses_list, get_available_planets_list
|
|
4
4
|
from typing import Union
|
|
5
5
|
from kerykeion.kr_types.kr_models import AstrologicalSubjectModel
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: kerykeion
|
|
3
|
-
Version: 4.21.
|
|
3
|
+
Version: 4.21.1
|
|
4
4
|
Summary: A python library for astrology.
|
|
5
5
|
Home-page: https://www.kerykeion.net/
|
|
6
6
|
License: AGPL-3.0
|
|
@@ -19,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
23
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
24
23
|
Classifier: Topic :: Scientific/Engineering :: Astronomy
|
|
25
24
|
Classifier: Topic :: Software Development
|
|
@@ -28,11 +27,11 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
28
27
|
Classifier: Typing :: Typed
|
|
29
28
|
Requires-Dist: pydantic (>=2.5,<3.0)
|
|
30
29
|
Requires-Dist: pyswisseph (>=2.10.3.1,<3.0.0.0)
|
|
31
|
-
Requires-Dist: pytz (>=
|
|
30
|
+
Requires-Dist: pytz (>=2024.2,<2025.0)
|
|
32
31
|
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
|
33
32
|
Requires-Dist: requests-cache (>=1.2.1,<2.0.0)
|
|
34
33
|
Requires-Dist: scour (>=0.38.2,<0.39.0)
|
|
35
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: simple-ascii-tables (>=1.0.0,<2.0.0)
|
|
36
35
|
Project-URL: Repository, https://github.com/g-battaglia/kerykeion
|
|
37
36
|
Description-Content-Type: text/markdown
|
|
38
37
|
|
|
@@ -28,15 +28,15 @@ kerykeion/kr_types/settings_models.py,sha256=oG0fbN9aXzdeBWRKXxy15TFXMR3bU2Be0Ze
|
|
|
28
28
|
kerykeion/relationship_score/__init__.py,sha256=cLaEBQXQBfyRkv0OaS3ceLROzvWcvKXWiRq0PS6LDjY,114
|
|
29
29
|
kerykeion/relationship_score/relationship_score.py,sha256=lJkSbHw9nOUaPMrPxqcGhnVQIwAgI52K8BQzXXswb6A,6504
|
|
30
30
|
kerykeion/relationship_score/relationship_score_factory.py,sha256=9iqKHyMS9u9mSc8Ub1CHTDfifxBE40qs7PgbtGt7Gxc,10865
|
|
31
|
-
kerykeion/report.py,sha256=
|
|
31
|
+
kerykeion/report.py,sha256=Ry9VME6VgKuUYATIN06nobLAbMep1LT5dw43N300T4Q,2790
|
|
32
32
|
kerykeion/settings/__init__.py,sha256=QQNFCl7sgN27MKaVscqtpPk10HGz4wZS3I_7KEGMaVA,69
|
|
33
33
|
kerykeion/settings/kerykeion_settings.py,sha256=WZyiC4uwpjnTmoDGWORYLIk9rIpJ3EuLdjFw6eUuylo,2554
|
|
34
34
|
kerykeion/settings/kr.config.json,sha256=635bN5jmcj_MzSiGFohuCzRYIUXY0lDMc0ng5f_Egus,21694
|
|
35
35
|
kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
|
|
36
36
|
kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
|
|
37
37
|
kerykeion/utilities.py,sha256=4b1QgUR3Z1iFel4FHPPp5Qe2EbPCGQukMqCaW0Y_K6s,9417
|
|
38
|
-
kerykeion-4.21.
|
|
39
|
-
kerykeion-4.21.
|
|
40
|
-
kerykeion-4.21.
|
|
41
|
-
kerykeion-4.21.
|
|
42
|
-
kerykeion-4.21.
|
|
38
|
+
kerykeion-4.21.1.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
|
|
39
|
+
kerykeion-4.21.1.dist-info/METADATA,sha256=7eSvqREVZ7K8tXrZGv-vL5rBaDbh_Yc20XN3CqP7hiw,17620
|
|
40
|
+
kerykeion-4.21.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
41
|
+
kerykeion-4.21.1.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
|
|
42
|
+
kerykeion-4.21.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|