pyegeria 5.4.2.1__py3-none-any.whl → 5.4.2.3__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.
- pyegeria/_output_formats.py +3 -3
- pyegeria/config.py +2 -1
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.3.dist-info}/METADATA +1 -1
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.3.dist-info}/RECORD +7 -7
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.3.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.2.1.dist-info → pyegeria-5.4.2.3.dist-info}/entry_points.txt +0 -0
pyegeria/_output_formats.py
CHANGED
@@ -73,13 +73,13 @@ from loguru import logger
|
|
73
73
|
|
74
74
|
from pyegeria._output_format_models import (Column, Format, ActionParameter, FormatSet, FormatSetDict,
|
75
75
|
save_format_sets_to_json, load_format_sets_from_json)
|
76
|
-
from pyegeria.config import settings
|
76
|
+
# from pyegeria.config import settings
|
77
77
|
|
78
78
|
|
79
79
|
# Get the configured value for the user format sets directory
|
80
80
|
|
81
|
-
USER_FORMAT_SETS_DIR = os.path.expanduser(settings.Environment.pyegeria_user_format_sets_dir)
|
82
|
-
|
81
|
+
# USER_FORMAT_SETS_DIR = os.path.expanduser(settings.Environment.pyegeria_user_format_sets_dir)
|
82
|
+
USER_FORMAT_SETS_DIR = os.getenv("PYEGERIA_USER_FORMAT_SETS_DIR", "./")
|
83
83
|
# Constants
|
84
84
|
MD_SEPARATOR = "\n---\n\n"
|
85
85
|
|
pyegeria/config.py
CHANGED
@@ -434,7 +434,8 @@ def load_app_config(env_file: str = None):
|
|
434
434
|
|
435
435
|
try:
|
436
436
|
# Create Pydantic model from the configuration dictionary
|
437
|
-
_app_config = AppConfig(**config_dict)
|
437
|
+
# _app_config = AppConfig(**config_dict) <-- why? todo
|
438
|
+
_app_config = AppConfig()
|
438
439
|
except ValueError as e:
|
439
440
|
# Handle validation errors from Pydantic
|
440
441
|
context = {"caller method": inspect.currentframe().f_back.f_code.co_name}
|
@@ -4496,14 +4496,14 @@ pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
|
4496
4496
|
pyegeria/_exceptions_new.py,sha256=srmrlqoWy7VvOJOhPcYFKW32MCIovgEg5J7PrYDxzQA,19706
|
4497
4497
|
pyegeria/_globals.py,sha256=qSU5hM4uuJZPp-YapEEKxfcdgH9hauc6R7gRkELLroY,1132
|
4498
4498
|
pyegeria/_output_format_models.py,sha256=p9fTYaIa5KyTMIR4-JAbE9g66_gGMPTnUqjIq20Zr1o,14494
|
4499
|
-
pyegeria/_output_formats.py,sha256=
|
4499
|
+
pyegeria/_output_formats.py,sha256=3G0mrgiX6ZIJBv4FSN6hs3fpYReyebZi4VvcZw3Ly6g,35826
|
4500
4500
|
pyegeria/_validators.py,sha256=pNxND0dN2qvyuGE52N74l1Ezfrh2p9Hao2ziR_t1ENI,7425
|
4501
4501
|
pyegeria/asset_catalog_omvs.py,sha256=P6FceMP0FgakGSOt3ePxpEbsF7nnypzo1aQahjdL_94,29021
|
4502
4502
|
pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
|
4503
4503
|
pyegeria/classification_manager_omvs.py,sha256=kMyDP_dtHf2czU4ZlWYrakQtccPoteadlUCpWRRFJ1Q,187235
|
4504
4504
|
pyegeria/collection_manager.py,sha256=Atx-9M-GCJB9Ej0TXlSxB4NOxSZCDuuLKyW04UYANlw,234516
|
4505
4505
|
pyegeria/collection_models.py,sha256=d3DdWONqDdAeuUQgussiCNfvhKIDFpaI35cdW_Tv4_0,5315
|
4506
|
-
pyegeria/config.py,sha256=
|
4506
|
+
pyegeria/config.py,sha256=XwxIfHpvmzrw5dJrcKSIRP_5lpPybsLT499z7d61kr0,25162
|
4507
4507
|
pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
|
4508
4508
|
pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
|
4509
4509
|
pyegeria/data_designer.py,sha256=i7tsR1_7puyW4MGdMHjJRAozz6MYuOn-hdw24O-rmVY,185907
|
@@ -4536,8 +4536,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
|
|
4536
4536
|
pyegeria/utils.py,sha256=qgiYEdCRrrL6SpX1sceZQVYR40-rfFAhUJEhsubcx80,6889
|
4537
4537
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
4538
4538
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
4539
|
-
pyegeria-5.4.2.
|
4540
|
-
pyegeria-5.4.2.
|
4541
|
-
pyegeria-5.4.2.
|
4542
|
-
pyegeria-5.4.2.
|
4543
|
-
pyegeria-5.4.2.
|
4539
|
+
pyegeria-5.4.2.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
4540
|
+
pyegeria-5.4.2.3.dist-info/METADATA,sha256=Mviq8W1PrqnYry-REyaEFvJEZK6-uQfntrDk3950Wxw,3064
|
4541
|
+
pyegeria-5.4.2.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
4542
|
+
pyegeria-5.4.2.3.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
|
4543
|
+
pyegeria-5.4.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|