pyegeria 5.2.0.1__py3-none-any.whl → 5.2.0.4__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.
@@ -109,7 +109,7 @@ from pyegeria.commands.tech.list_gov_action_processes import display_gov_process
109
109
 
110
110
  @tui()
111
111
  # @tui('menu', 'menu', 'A textual command line interface')
112
- @click.version_option("0.0.1", prog_name="egeria_ops")
112
+ @click.version_option("0.5.2 ", prog_name="hey_egeria")
113
113
  @click.group()
114
114
  @click.option(
115
115
  "--server",
@@ -181,13 +181,6 @@ from pyegeria.commands.tech.list_gov_action_processes import display_gov_process
181
181
  help="Egeria user password",
182
182
  )
183
183
  @click.option("--timeout", default=60, help="Number of seconds to wait")
184
- # @click.option("--verbose", is_flag=True, default=False, help="Enable verbose mode")
185
- # @click.option(
186
- # "--paging",
187
- # is_flag=True,
188
- # default=False,
189
- # help="Enable paging snapshots vs live updates",
190
- # )
191
184
  @click.option(
192
185
  "--jupyter",
193
186
  is_flag=True,
@@ -386,7 +379,7 @@ def show_guid_infos(ctx, guid):
386
379
  @click.option(
387
380
  "--prop-list", default="anchorTypeName", help="List of properties we are searching"
388
381
  )
389
- def list_anchored_elementsh(ctx, search_string: str, prop_list: str):
382
+ def list_anchored_elements(ctx, search_string: str, prop_list: str):
390
383
  """List elements with the specified properties"""
391
384
  c = ctx.obj
392
385
  display_anchored_elements(
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 5.2.0.1
3
+ Version: 5.2.0.4
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
7
7
  Keywords: egeria,metadata,governance
8
8
  Author: Dan Wolfson
9
9
  Author-email: dan.wolfson@pdr-associates.com
10
- Requires-Python: >=3.12,<4.0
10
+ Requires-Python: >=3.13,<4.0
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: License :: Other/Proprietary License
13
13
  Classifier: Programming Language :: Python
14
14
  Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.12
16
15
  Requires-Dist: click (>=8.1.7,<9.0.0)
17
16
  Requires-Dist: confluent-kafka (>=2.5.0,<3.0.0)
18
17
  Requires-Dist: httpx (>=0.27,<0.28)
@@ -24,8 +23,7 @@ Requires-Dist: requests (>=2.32.3,<3.0.0)
24
23
  Requires-Dist: rich (>=13,<14)
25
24
  Requires-Dist: rich-pixels (>=3.0.1,<4.0.0)
26
25
  Requires-Dist: textual (>=0.86,<0.87)
27
- Requires-Dist: textual-forms (>=0.3.0,<0.4.0)
28
- Requires-Dist: trogon (>=0.5.0,<0.6.0)
26
+ Requires-Dist: trogon (>=0.6.0,<0.7.0)
29
27
  Requires-Dist: urllib3 (>=2.2.2,<3.0.0)
30
28
  Requires-Dist: validators (>=0.32.0,<0.33.0)
31
29
  Project-URL: Repository, https://github.com/odpi/egeria-python
@@ -34,7 +34,7 @@ pyegeria/commands/cat/list_terms.py,sha256=yq3kyfCZ6Hfbqc30L6o-b3Ebp6NpywD99KL4k
34
34
  pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnUI79ir4,6542
35
35
  pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
36
36
  pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
37
- pyegeria/commands/cli/egeria.py,sha256=Iidn4XE064na4YZW7UHBHDXj-ENj6GBA_1ipCBlb484,45597
37
+ pyegeria/commands/cli/egeria.py,sha256=HkWqd47A7oi18zDFUsecZSkSvhu74VzKFw4phaQgQp0,45377
38
38
  pyegeria/commands/cli/egeria_cat.py,sha256=p7r6Dahv9gvo_WLPmI1z2giVfbfXdbTlP5BLHtzcg68,16192
39
39
  pyegeria/commands/cli/egeria_my.py,sha256=YsOy1rqDr9MFOoxpleXAo9dMlLI3NfHYf_NobKEdKk8,5888
40
40
  pyegeria/commands/cli/egeria_ops.py,sha256=xw7C63jPgjQaogl7UZZJHoDnMzoZEMwy6oh1px053Cs,12265
@@ -169,8 +169,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
169
169
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
170
170
  pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
171
171
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
172
- pyegeria-5.2.0.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
173
- pyegeria-5.2.0.1.dist-info/METADATA,sha256=w3dGgNojI8yxZVGPhygFVYURLUt9veMB0W6KS0SnTfA,2972
174
- pyegeria-5.2.0.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
175
- pyegeria-5.2.0.1.dist-info/entry_points.txt,sha256=JhYgb02izlV2wb7SIfCOMxeVISUd9YJvgDW1-kuHad4,5240
176
- pyegeria-5.2.0.1.dist-info/RECORD,,
172
+ pyegeria-5.2.0.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
173
+ pyegeria-5.2.0.4.dist-info/METADATA,sha256=1OiGX2fkgI3T8oJpL-bUNe-NyswoxBR-fqLN0MoTCto,2875
174
+ pyegeria-5.2.0.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
175
+ pyegeria-5.2.0.4.dist-info/entry_points.txt,sha256=JhYgb02izlV2wb7SIfCOMxeVISUd9YJvgDW1-kuHad4,5240
176
+ pyegeria-5.2.0.4.dist-info/RECORD,,