pyegeria 5.4.2.2__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-5.4.2.2.dist-info → pyegeria-5.4.2.3.dist-info}/METADATA +1 -1
- {pyegeria-5.4.2.2.dist-info → pyegeria-5.4.2.3.dist-info}/RECORD +6 -6
- {pyegeria-5.4.2.2.dist-info → pyegeria-5.4.2.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.2.2.dist-info → pyegeria-5.4.2.3.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.2.2.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
|
|
@@ -4496,7 +4496,7 @@ 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
|
@@ -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
|