pyegeria 5.4.2.3__py3-none-any.whl → 5.4.3.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.
Files changed (27) hide show
  1. commands/cat/debug_log.2025-08-30_21-15-48_528443.log.zip +0 -0
  2. commands/cat/debug_log.log +9410 -1431
  3. commands/cat/dr_egeria_command_help.py +110 -7
  4. md_processing/__init__.py +6 -11
  5. md_processing/data/commands.json +150 -6
  6. md_processing/dr_egeria.py +7 -6
  7. md_processing/dr_egeria_inbox/glossary_test1.md +18 -3
  8. md_processing/dr_egeria_inbox/product.md +11 -11
  9. md_processing/dr_egeria_outbox/friday/processed-2025-08-31 20:57-glossary_test1.md +400 -0
  10. md_processing/dr_egeria_outbox/monday/processed-2025-09-01 09:26-product.md +210 -0
  11. md_processing/md_commands/glossary_commands.py +84 -459
  12. md_processing/md_commands/product_manager_commands.py +10 -7
  13. md_processing/md_commands/project_commands.py +2 -2
  14. md_processing/md_processing_utils/common_md_proc_utils.py +9 -6
  15. md_processing/md_processing_utils/common_md_utils.py +15 -13
  16. md_processing/md_processing_utils/extraction_utils.py +12 -3
  17. md_processing/md_processing_utils/md_processing_constants.py +5 -4
  18. pyegeria/__init__.py +2 -1
  19. pyegeria/config.py +292 -190
  20. pyegeria/glossary_manager.py +2 -2
  21. pyegeria/load_config.py +36 -0
  22. pyegeria-5.4.3.1.dist-info/METADATA +163 -0
  23. {pyegeria-5.4.2.3.dist-info → pyegeria-5.4.3.1.dist-info}/RECORD +26 -22
  24. pyegeria-5.4.2.3.dist-info/METADATA +0 -78
  25. {pyegeria-5.4.2.3.dist-info → pyegeria-5.4.3.1.dist-info}/LICENSE +0 -0
  26. {pyegeria-5.4.2.3.dist-info → pyegeria-5.4.3.1.dist-info}/WHEEL +0 -0
  27. {pyegeria-5.4.2.3.dist-info → pyegeria-5.4.3.1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,163 @@
1
+ Metadata-Version: 2.3
2
+ Name: pyegeria
3
+ Version: 5.4.3.1
4
+ Summary: A python client for Egeria
5
+ License: Apache 2.0
6
+ Keywords: egeria,metadata,governance
7
+ Author: Dan Wolfson
8
+ Author-email: dan.wolfson@pdr-associates.com
9
+ Requires-Python: >3.12,<4.0.0
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: License :: Other/Proprietary License
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Requires-Dist: click
16
+ Requires-Dist: httpx
17
+ Requires-Dist: inflect (>=7.5.0,<8.0.0)
18
+ Requires-Dist: jupyter
19
+ Requires-Dist: jupyter-notebook-parser (>=0.1.4,<0.2.0)
20
+ Requires-Dist: loguru (>=0.7.3,<0.8.0)
21
+ Requires-Dist: mermaid-py
22
+ Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
23
+ Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
24
+ Requires-Dist: pydantic (>=2.11.7,<3.0.0)
25
+ Requires-Dist: pydantic-settings (>=2.10.1,<3.0.0)
26
+ Requires-Dist: pydevd-pycharm (>=252.23892.364,<253.0.0)
27
+ Requires-Dist: pytest (>=8.3.5,<9.0.0)
28
+ Requires-Dist: requests
29
+ Requires-Dist: rich
30
+ Requires-Dist: textual
31
+ Requires-Dist: trogon (>=0.6.0,<0.7.0)
32
+ Requires-Dist: urllib3
33
+ Requires-Dist: validators
34
+ Requires-Dist: wcwidth (==0.2.13)
35
+ Project-URL: Homepage, https://github.com/odpi/egeria-python
36
+ Project-URL: Repository, https://github.com/odpi/egeria-python
37
+ Description-Content-Type: text/markdown
38
+
39
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
40
+ <!-- Copyright Contributors to the ODPi Egeria project. -->
41
+
42
+ ![Egeria Logo](https://egeria-project.org/assets/images/egeria-header.png)
43
+
44
+ [![GitHub](https://img.shields.io/github/license/odpi/egeria)](LICENSE)
45
+
46
+
47
+ # pyegeria: a python client for Egeria
48
+
49
+ This is a package for easily using the Egeria
50
+ open metadata environment from python. Details about the
51
+ open source Egeria project can be found at [Egeria Project](https://egeria-project.org).
52
+
53
+ This package is in active development. There is initial
54
+ support for many of Egeria's services including configuration and operation. This client depends on
55
+ This release supports Egeria 5.1 - although most of the functions may work on earlier versions of Egeria as well.
56
+
57
+ The code is organized to mimic the existing Egeria Java Client structure.
58
+
59
+ The commands folder holds the Egeria Command Line Interface and corresponding commands
60
+ to visualize and use Egeria. The commands also serve as useful examples.
61
+
62
+ An examples folder holds some useful examples showing different facets of using pyegeria.
63
+
64
+ WARNING: files that start with "X" are in-progress placeholders that are not meant to be used..they will mature and
65
+ evolve.
66
+
67
+ All feedback is welcome. Please engage via our [community](http://egeria-project.org/guides/community/),
68
+ team calls, or via github issues in this repo. If interested in contributing,
69
+ you can engage via the community or directly reach out to
70
+ [dan.wolfson\@pdr-associates.com](mailto:dan.wolfson@pdr-associates.com?subject=pyegeria).
71
+
72
+ This is a learning experience.
73
+
74
+ ## Configuration
75
+
76
+ pyegeria uses a simple, predictable precedence for configuration:
77
+
78
+ 1. Built-in defaults (Pydantic models in pyegeria.config)
79
+ 2. Config file (JSON) if found
80
+ 3. Environment variables (OS env and optional .env)
81
+ 4. Explicit env file passed to get_app_config/load_app_config
82
+
83
+ Environment always overrides config file, which overrides defaults.
84
+
85
+ ### Where to put your configuration
86
+
87
+ - Config file: A JSON file named config.json. The loader looks in this order:
88
+ - If PYEGERIA_CONFIG_DIRECTORY is set: $PYEGERIA_CONFIG_DIRECTORY/$PYEGERIA_CONFIG_FILE
89
+ - Else if PYEGERIA_ROOT_PATH is set: $PYEGERIA_ROOT_PATH/$PYEGERIA_CONFIG_FILE
90
+ - Else: ./config.json (the current working directory)
91
+
92
+ - .env file: Optional. If present in the current working directory (.env), variables from it will be loaded. You can also pass a specific env file path to get_app_config(env_file=...) or load_app_config(env_file=...). For sample variables, see config/env in this repo.
93
+
94
+ ### Common environment variables
95
+
96
+ - PYEGERIA_CONFIG_DIRECTORY: directory containing your config.json
97
+ - PYEGERIA_ROOT_PATH: root folder used to resolve config.json when CONFIG_DIRECTORY is not set
98
+ - PYEGERIA_CONFIG_FILE: filename of the configuration JSON (default: config.json)
99
+ - PYEGERIA_CONSOLE_WIDTH: integer console width (e.g., 200 or 280)
100
+ - EGERIA_PLATFORM_URL, EGERIA_VIEW_SERVER_URL, EGERIA_ENGINE_HOST_URL: URLs for your Egeria servers
101
+ - EGERIA_USER, EGERIA_USER_PASSWORD: credentials used by some clients
102
+ - Logging related: PYEGERIA_ENABLE_LOGGING, PYEGERIA_LOG_DIRECTORY, PYEGERIA_CONSOLE_LOG_LVL, PYEGERIA_FILE_LOG_LVL, etc.
103
+
104
+ See config/env for more variables and defaults.
105
+
106
+ ### Example .env
107
+
108
+ # PYEGERIA_CONFIG_DIRECTORY=/path/to/configs
109
+ # PYEGERIA_ROOT_PATH=/path/to/project
110
+ # PYEGERIA_CONFIG_FILE=config.json
111
+ # EGERIA_PLATFORM_URL=https://localhost:9443
112
+ # EGERIA_VIEW_SERVER=qs-view-server
113
+ # EGERIA_VIEW_SERVER_URL=https://localhost:9443
114
+ # EGERIA_USER=myuser
115
+ # EGERIA_USER_PASSWORD=mypassword
116
+ # PYEGERIA_CONSOLE_WIDTH=280
117
+
118
+ Lines starting with # are comments. Quotes are optional; python-dotenv/pydantic-settings handle both.
119
+
120
+ ### Example config.json (minimal)
121
+
122
+ {
123
+ "Environment": {
124
+ "Pyegeria Root": ".",
125
+ "Egeria Platform URL": "https://localhost:9443"
126
+ },
127
+ "User Profile": {
128
+ "Egeria Home Collection": "MyHome"
129
+ }
130
+ }
131
+
132
+ ### Programmatic usage
133
+
134
+ from pyegeria import get_app_config
135
+ cfg = get_app_config() # uses OS env and ./.env
136
+ # or with explicit env file
137
+ cfg = get_app_config(env_file="/path/to/dev.env")
138
+
139
+ # Access values via Pydantic models
140
+ print(cfg.Environment.egeria_platform_url)
141
+ print(cfg.Logging.enable_logging)
142
+
143
+ ### CLI quick checks
144
+
145
+ - Validate your env file:
146
+ python scripts/validate_env.py --env config/env
147
+ python scripts/validate_env.py # auto-detects ./config/env or ./.env
148
+
149
+ - Run tests (requires Poetry):
150
+ poetry install
151
+ poetry run pytest -v
152
+
153
+ ### Troubleshooting
154
+
155
+ - If your env doesn’t seem to apply, confirm which config.json is used (the loader checks PYEGERIA_CONFIG_DIRECTORY first, then PYEGERIA_ROOT_PATH, then ./config.json).
156
+ - .env files are optional. Missing .env is not an error.
157
+ - You can always override values with OS environment variables (they take precedence over config.json).
158
+
159
+
160
+
161
+ ----
162
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
163
+ Copyright Contributors to the ODPi Egeria project.
@@ -7,8 +7,9 @@ commands/cat/Dr-Egeria_md-orig.py,sha256=ZX20BvRo0fIFisvy5Z-VJDLVyKbQoud89-CUV2S
7
7
  commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
8
8
  commands/cat/__init__.py,sha256=l4CImkjEiTQKS7QR-RQwzHIgRpfP032Mn_NZEuIILwg,98
9
9
  commands/cat/debug_log.2025-08-29_07-07-27_848189.log.zip,sha256=HoB9W87JqdI2elYVqJZ6txNApmjIVzo_IuHx3YDn-Gs,8644
10
- commands/cat/debug_log.log,sha256=nL-sd2qDDwkFBe__9TINYWB6fvpsJLFhf65t86bH4rM,106688
11
- commands/cat/dr_egeria_command_help.py,sha256=YLGZfd-jW-p_2xVRywmNMxkOJHxL-EWgObIGlcVteRk,11031
10
+ commands/cat/debug_log.2025-08-30_21-15-48_528443.log.zip,sha256=nFMKEGEEwCxRmcRgAdPm02_viN0GulQOZ9bimIjeGxA,10436
11
+ commands/cat/debug_log.log,sha256=FyzAODF7CtU0rMVZcSj_YFRZee9HBVIz0gdkpPZ_72g,734116
12
+ commands/cat/dr_egeria_command_help.py,sha256=z4EmOKNW_-5XS6eHFqIrq_9y4iyIiV3x_8B7nZjkncw,15677
12
13
  commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
13
14
  commands/cat/dr_egeria_md.py,sha256=zz-XtRW0sfBOG8kA51OFR5uKQ7JULGoOgXeJBXQBqTM,4889
14
15
  commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
@@ -4304,10 +4305,10 @@ md_processing/.obsidian/plugins/obsidian-sample-plugin/tsconfig.json,sha256=1WZq
4304
4305
  md_processing/.obsidian/plugins/obsidian-sample-plugin/version-bump.mjs,sha256=Abvp-AsbUJhsRdgmx6QRQeYkq1naolNfEaV84BhwXO0,648
4305
4306
  md_processing/.obsidian/plugins/obsidian-sample-plugin/versions.json,sha256=BUExoIjmkWRH0yMlAATwxxkgaaxTTZ6GQhT4JBDGofI,23
4306
4307
  md_processing/.obsidian/workspace.json,sha256=NLVJEOtsowljw7Ka035ReHLPu4iitk2ZsuSDN6zUAFY,4282
4307
- md_processing/__init__.py,sha256=eH6gYAVFHuDu9KyTYcUZnEXRpUIyCZfvpWxskMLR-GA,7698
4308
+ md_processing/__init__.py,sha256=bz-PGl_lrIxYJVWgkVxP60Hvv47DgTNq7jWuvfAnxo4,7133
4308
4309
  md_processing/data/commands-working.json,sha256=uCo_azcuuYqGm7QffJeCGj7PyZuZRGdu7kKf4XWmMoA,1162560
4309
- md_processing/data/commands.json,sha256=JtuiXkeEcUPsK-R7MCmDr4NWlmX9KaNB8i2QeeUmSOw,1464314
4310
- md_processing/dr_egeria.py,sha256=WhQsAnqnFF_89k31Xs2X6lZIQUXG6GoD6vN30-HAspY,19541
4310
+ md_processing/data/commands.json,sha256=s7sKLZL7Qoy3Ht0FuV9NEkn971gtKUQW7MaV39mPvWY,1468803
4311
+ md_processing/dr_egeria.py,sha256=EnyehAcJW58refcXYLpKGS2KrHNUUQK7wk9GS9WVUzE,19478
4311
4312
  md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md,sha256=9nmRdFbyXgEYSraBoXS5AzkH0-18kdL7IIMiuUgSNIo,191
4312
4313
  md_processing/dr_egeria_inbox/Dr.Egeria Templates.md,sha256=-6nV6beEV8bBbW3Eggyssf-yrRc8c_Kwekyz9RN-gXc,28088
4313
4314
  md_processing/dr_egeria_inbox/arch_test.md,sha256=6GUfq0q6sA8LIMZcQHNZ8CBBn6rAaevt8IM8AyNqQy0,952
@@ -4342,12 +4343,12 @@ md_processing/dr_egeria_inbox/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHt
4342
4343
  md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb,sha256=dbzNu90fCKNohOWVSRBOB1GLyd95x8Qw51I5AkaPtso,11552
4343
4344
  md_processing/dr_egeria_inbox/glossary_list.md,sha256=MH1nrjwoo_UBDCj3w7Vuw4pv7TNll9wdrZj7SO49eoA,72
4344
4345
  md_processing/dr_egeria_inbox/glossary_search_test.md,sha256=AC_hyZHizAaqBp0yGK1WLyxkorxcWg8eKZlGHFGWQxE,294
4345
- md_processing/dr_egeria_inbox/glossary_test1.md,sha256=Incc3MMRaX2MXITJG8vFtpT7GNbsF8I70auiaJF5rGg,5148
4346
+ md_processing/dr_egeria_inbox/glossary_test1.md,sha256=nidMj-VRoblbWoAH0mhdSa6XK28gyx3OKfvFl2eHm2c,5331
4346
4347
  md_processing/dr_egeria_inbox/gov_def.md,sha256=WDz_zOB1qAmvPeNet-odaa893Wi-q7782vSpq7mBQSs,5294
4347
4348
  md_processing/dr_egeria_inbox/gov_def2.md,sha256=eTjRYhl8JdZpWbTZ8slLVURwYwHqccmxfMiQCmJjMk8,4825
4348
4349
  md_processing/dr_egeria_inbox/img.png,sha256=LnVAD6fnVn98zQT_AE--K1csbvPEG3LvQLdhw1bK-CI,73120
4349
4350
  md_processing/dr_egeria_inbox/output_tests.md,sha256=ar83hxpq5p4wudZPS2431os6-e7vuWpmzdoNZCzVjhU,1700
4350
- md_processing/dr_egeria_inbox/product.md,sha256=nbxoMcUki5rlIz1Jw4mkCSNBq11dEdDeo42DXxjrYzc,2945
4351
+ md_processing/dr_egeria_inbox/product.md,sha256=TqKC25JhhduMFULgo2ymkA0bzF_kczfgFpQTlNREM-E,2930
4351
4352
  md_processing/dr_egeria_inbox/rel.md,sha256=stIzGh1FTXuCW_GniFKS1_mtmQPTwA1a1OmYeP5TszQ,97
4352
4353
  md_processing/dr_egeria_inbox/sb.md,sha256=aY5QlVMxi5lh91ttr8bMCbl2z4qmsIN6XJ4SojFz8VU,1945
4353
4354
  md_processing/dr_egeria_inbox/solution-components.md,sha256=lv9krrKNV7LB4jdBAB8qDVqb23L0A0yFe858UWk2Pro,2150
@@ -4388,6 +4389,8 @@ md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:40-output_tests.md
4388
4389
  md_processing/dr_egeria_outbox/friday/processed-2025-08-30 21:15-glossary_test1.md,sha256=7kqNL3VuhHnkg_48ZNJCYVX-LjA5Au4QK7ELPCIWa-g,4956
4389
4390
  md_processing/dr_egeria_outbox/friday/processed-2025-08-31 13:27-glossary_test1.md,sha256=-yJ8hesI48yg8_Vzn7DSF4Ysv5E4NEucDZf89H7DI3M,5271
4390
4391
  md_processing/dr_egeria_outbox/friday/processed-2025-08-31 13:33-glossary_test1.md,sha256=qI-IiwdGEcOWwK5bQcSXyAYcKV1-Ds-ciFlC4HJsOI0,5798
4392
+ md_processing/dr_egeria_outbox/friday/processed-2025-08-31 20:57-glossary_test1.md,sha256=EziyMucteu6nv3egzbrocwwvmmmInOlqm4UvQRZYp9U,5803
4393
+ md_processing/dr_egeria_outbox/monday/processed-2025-09-01 09:26-product.md,sha256=8WZhjJLd5iwOitfNMsTEMk7uOACnOO-pwwyrLx04x5o,3000
4391
4394
  md_processing/dr_egeria_outbox/processed-2025-08-30 16:56-generated_help_terms.md,sha256=YV57Ou3n4_gAz29CxQxIgthMD8554h66kB2Fg8UzR3Q,31259
4392
4395
  md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md,sha256=GtPpB0F0gQ39Gq3iDFYlSwbWi5zqI6ffpOPln52sXfM,19609
4393
4396
  md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md,sha256=9MnOXSw3Z84Mivwn8grJZTH6sawguwiaandGqbBB77M,1695
@@ -4465,30 +4468,30 @@ md_processing/family_docs/Solution Architect/View_Solution_Roles.md,sha256=TN8rH
4465
4468
  md_processing/family_docs/Solution Architect.md,sha256=Wu8BSjkZCupBMzjjo4UcuXm_BfVHkfH6RqOgkw90AcU,10572
4466
4469
  md_processing/md_commands/__init__.py,sha256=ssEojzFlSYtY2bHqqOoKo8PFaANZ_kq_gIbtlXnuc2s,93
4467
4470
  md_processing/md_commands/data_designer_commands.py,sha256=wGdm8xPl4Na_F-SEPXH1S8-sceMNoidJ7mYonhlVsfs,87043
4468
- md_processing/md_commands/glossary_commands.py,sha256=5Ye-zUN4niOofQpm1cPfYjFqL26BfWyjo7-fzNnDMIA,50362
4471
+ md_processing/md_commands/glossary_commands.py,sha256=BEWcJYCWybTvbqcZD7_IFbBKiMpX6b55avrn1nckqO4,33811
4469
4472
  md_processing/md_commands/governance_officer_commands.py,sha256=NCYrx6k1q_duVoF0bMdbyLMjHOn7Xvc0-c50a4NWcGA,21990
4470
4473
  md_processing/md_commands/old_project_commands.py,sha256=LPt8fWJHfjYzh31jcfzBekHqZkn_C93RGVrA_HIQJqU,8075
4471
- md_processing/md_commands/product_manager_commands.py,sha256=Cec50-hklSvv5_zeFywb7xc_zR7BEbeFYHCm9Yfr760,45579
4472
- md_processing/md_commands/project_commands.py,sha256=OQvmNyuBoKScABq2_yAtozaeYt8SqV2t5S5aZV_bQlw,17746
4474
+ md_processing/md_commands/product_manager_commands.py,sha256=MA6VSWLxQH5MdhdzmbsXz7ESDQZvK0WbAi8vnR7P_Mg,45746
4475
+ md_processing/md_commands/project_commands.py,sha256=s9-n_a0lUU-oAZMYeaW6Nq_Tii9nG4hVIuBuf3q-heI,17762
4473
4476
  md_processing/md_commands/solution_architect_commands.py,sha256=Hk-_-2aJWoG8LYzTmf84z3rakN9kIQWEM9HM9_lz6xw,55157
4474
4477
  md_processing/md_commands/view_commands.py,sha256=dvRD0Vjv1w9FTfV5W-4EMQBTk2NAUJlIP2jQ411kHS4,11815
4475
4478
  md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
4476
- md_processing/md_processing_utils/common_md_proc_utils.py,sha256=mod6YXbbujS6pKs3VQENHRIDCtJvTwfEuiqy1uFrge0,56377
4477
- md_processing/md_processing_utils/common_md_utils.py,sha256=3KNFdtXOqBK9rwyu5caRNIWGcTus4FTGccu6EE6fYCI,23470
4479
+ md_processing/md_processing_utils/common_md_proc_utils.py,sha256=TWQyypm9xNSf1sipnjEWQqyuaShRSldbooBBd42gODo,56637
4480
+ md_processing/md_processing_utils/common_md_utils.py,sha256=gpeShplskwzju3oi7E211b68z2gUzPl-uA8-y5p1SWE,23659
4478
4481
  md_processing/md_processing_utils/debug_log,sha256=ThG1oGHi5wDLelXX9N2g45guDczbZhW-hOitueorEdU,432
4479
4482
  md_processing/md_processing_utils/debug_log.log,sha256=eyeGWuxYgDBSNz896mrVdLGEKE_qdQecVuCUZNk4Dww,350881
4480
4483
  md_processing/md_processing_utils/determine_width.py,sha256=nzinSuSF9SeuVOfKXsg-l1cqLkNYKZnF6HYfJpft44A,4236
4481
- md_processing/md_processing_utils/extraction_utils.py,sha256=6QysDJdCq9UOs6F0lGK5-rYfx7qWvpS8M5_U6uDUuA4,20078
4484
+ md_processing/md_processing_utils/extraction_utils.py,sha256=yvlEzcQYvW3-XsKVatJzkSQgtVmyVUs9ZJrNCEX_ynI,20537
4482
4485
  md_processing/md_processing_utils/generate_dr_help.py,sha256=MJWlr_22Y9pjWqQbfSLb6C-t1GlQNlbWXkCmDnphfME,7419
4483
4486
  md_processing/md_processing_utils/generate_md_cmd_templates.py,sha256=SbWtR3T1Y6VUpdcLzjbPA-601Sg-QzxdDYIXVoqjgCc,5813
4484
4487
  md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8aG-ppHGTu25obOSn4ZzSg7V21k9jo,3547
4485
4488
  md_processing/md_processing_utils/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHtPPQME4_riEgr0CL1yYYwNSFc,35503
4486
4489
  md_processing/md_processing_utils/logs/pyegeria.log,sha256=9MxTkQ-Q9WhJ8nzba3wVYgXP5v5QKvJN0iYQieJpwNc,6072
4487
- md_processing/md_processing_utils/md_processing_constants.py,sha256=c4ggEHJyw0asNVrqO-xZZGDQmrdr1BYDcDmTidpD688,17976
4490
+ md_processing/md_processing_utils/md_processing_constants.py,sha256=AYNzMxv6fgpK7QVhknyMVUiMpIzctWfOZnxgpp1Qiu4,18041
4488
4491
  md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
4489
4492
  pyegeria/.DS_Store,sha256=0aBMLyHzOdNfPdpm4fywtgy9RMl0MhMXfemUF9e7eaw,6148
4490
4493
  pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
4491
- pyegeria/__init__.py,sha256=XxbaEpv8bsxyKZ_Oj5uvyOv1YETOILihyrjHVV5rTys,11863
4494
+ pyegeria/__init__.py,sha256=UkpPLpbkifmuD9qKG69aDG1zSJmEEt5fSSCf_cwD7f4,11864
4492
4495
  pyegeria/_client.py,sha256=hJHn5pD8sbelP_M9dK-M5Z2CYqpRXzXfg1UCgAdQ6dQ,33416
4493
4496
  pyegeria/_client_new.py,sha256=0ExEG7-R69pUDfy8vl7FhqiepK-MnbXxxKLRas8U9WM,49550
4494
4497
  pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
@@ -4503,7 +4506,7 @@ pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1v
4503
4506
  pyegeria/classification_manager_omvs.py,sha256=kMyDP_dtHf2czU4ZlWYrakQtccPoteadlUCpWRRFJ1Q,187235
4504
4507
  pyegeria/collection_manager.py,sha256=Atx-9M-GCJB9Ej0TXlSxB4NOxSZCDuuLKyW04UYANlw,234516
4505
4508
  pyegeria/collection_models.py,sha256=d3DdWONqDdAeuUQgussiCNfvhKIDFpaI35cdW_Tv4_0,5315
4506
- pyegeria/config.py,sha256=XwxIfHpvmzrw5dJrcKSIRP_5lpPybsLT499z7d61kr0,25162
4509
+ pyegeria/config.py,sha256=vRbaCPTKX4L2n2EbKQt53RQZa3J0IImKuZW0jXIi31k,28939
4507
4510
  pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
4508
4511
  pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
4509
4512
  pyegeria/data_designer.py,sha256=i7tsR1_7puyW4MGdMHjJRAozz6MYuOn-hdw24O-rmVY,185907
@@ -4514,8 +4517,9 @@ pyegeria/egeria_my_client.py,sha256=3dSBUlrivzih75hodNHe-2BM9pGB8AQVLru-_NbhYNE,
4514
4517
  pyegeria/egeria_tech_client.py,sha256=rtUNHXM-zWMAvUm1MO5jQY-G9ll76u9cVD4pD-xWVJA,4510
4515
4518
  pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
4516
4519
  pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
4517
- pyegeria/glossary_manager.py,sha256=H9puosVy1ni0bqJ0sCeRZiKMzvXU8kOvkY5Qwh02CgI,111189
4520
+ pyegeria/glossary_manager.py,sha256=izi355YxWtQOEe-Sm6rvxDGAM6_kQyb5dWgPr2_1J4g,111191
4518
4521
  pyegeria/governance_officer.py,sha256=Omgn1ZLQRAH0Ob5cdLA1P5BcbIpuJ2cIbGnTDovreMc,100285
4522
+ pyegeria/load_config.py,sha256=XDwPAHB3MvGRuoP8kg1lJJAI4BgMWZ3TYxfxYROgJj4,1188
4519
4523
  pyegeria/load_config_orig.py,sha256=lOM37vdIBcYfLQFTLP5bDuNc7vTFGBNYPfqHtWGNvA4,11624
4520
4524
  pyegeria/logging_configuration.py,sha256=BxTQRN-7OOdk5t1f1xSn8gKU8iT-MfWEgbn6cYWrRsY,7674
4521
4525
  pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
@@ -4536,8 +4540,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
4536
4540
  pyegeria/utils.py,sha256=qgiYEdCRrrL6SpX1sceZQVYR40-rfFAhUJEhsubcx80,6889
4537
4541
  pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
4538
4542
  pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
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,,
4543
+ pyegeria-5.4.3.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4544
+ pyegeria-5.4.3.1.dist-info/METADATA,sha256=wB9KSfQhLxLWxoX5BRGb1xx-LJDf63XgVxATAdrpfCM,6292
4545
+ pyegeria-5.4.3.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
4546
+ pyegeria-5.4.3.1.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
4547
+ pyegeria-5.4.3.1.dist-info/RECORD,,
@@ -1,78 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: pyegeria
3
- Version: 5.4.2.3
4
- Summary: A python client for Egeria
5
- License: Apache 2.0
6
- Keywords: egeria,metadata,governance
7
- Author: Dan Wolfson
8
- Author-email: dan.wolfson@pdr-associates.com
9
- Requires-Python: >3.12,<4.0.0
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: License :: Other/Proprietary License
12
- Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.13
15
- Requires-Dist: click
16
- Requires-Dist: httpx
17
- Requires-Dist: inflect (>=7.5.0,<8.0.0)
18
- Requires-Dist: jupyter
19
- Requires-Dist: jupyter-notebook-parser (>=0.1.4,<0.2.0)
20
- Requires-Dist: loguru (>=0.7.3,<0.8.0)
21
- Requires-Dist: mermaid-py
22
- Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
23
- Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
24
- Requires-Dist: pydantic (>=2.11.7,<3.0.0)
25
- Requires-Dist: pydantic-settings (>=2.10.1,<3.0.0)
26
- Requires-Dist: pydevd-pycharm (>=252.23892.364,<253.0.0)
27
- Requires-Dist: pytest (>=8.3.5,<9.0.0)
28
- Requires-Dist: requests
29
- Requires-Dist: rich
30
- Requires-Dist: textual
31
- Requires-Dist: trogon (>=0.6.0,<0.7.0)
32
- Requires-Dist: urllib3
33
- Requires-Dist: validators
34
- Requires-Dist: wcwidth (==0.2.13)
35
- Project-URL: Homepage, https://github.com/odpi/egeria-python
36
- Project-URL: Repository, https://github.com/odpi/egeria-python
37
- Description-Content-Type: text/markdown
38
-
39
- <!-- SPDX-License-Identifier: CC-BY-4.0 -->
40
- <!-- Copyright Contributors to the ODPi Egeria project. -->
41
-
42
- ![Egeria Logo](https://egeria-project.org/assets/images/egeria-header.png)
43
-
44
- [![GitHub](https://img.shields.io/github/license/odpi/egeria)](LICENSE)
45
-
46
-
47
- # pyegeria: a python client for Egeria
48
-
49
- This is a package for easily using the Egeria
50
- open metadata environment from python. Details about the
51
- open source Egeria project can be found at [Egeria Project](https://egeria-project.org).
52
-
53
- This package is in active development. There is initial
54
- support for many of Egeria's services including configuration and operation. This client depends on
55
- This release supports Egeria 5.1 - although most of the functions may work on earlier versions of Egeria as well.
56
-
57
- The code is organized to mimic the existing Egeria Java Client structure.
58
-
59
- The commands folder holds the Egeria Command Line Interface and corresponding commands
60
- to visualize and use Egeria. The commands also serve as useful examples.
61
-
62
- An examples folder holds some useful examples showing different facets of using pyegeria.
63
-
64
- WARNING: files that start with "X" are in-progress placeholders that are not meant to be used..they will mature and
65
- evolve.
66
-
67
- All feedback is welcome. Please engage via our [community](http://egeria-project.org/guides/community/),
68
- team calls, or via github issues in this repo. If interested in contributing,
69
- you can engage via the community or directly reach out to
70
- [dan.wolfson\@pdr-associates.com](mailto:dan.wolfson@pdr-associates.com?subject=pyegeria).
71
-
72
- This is a learning experience.
73
-
74
-
75
-
76
- ----
77
- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
78
- Copyright Contributors to the ODPi Egeria project.