pyegeria 0.7.10__tar.gz → 0.7.11__tar.gz

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 (85) hide show
  1. {pyegeria-0.7.10 → pyegeria-0.7.11}/PKG-INFO +1 -1
  2. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/egeria.py +2 -2
  3. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/get_tech_details.py +10 -8
  4. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyproject.toml +1 -1
  5. {pyegeria-0.7.10 → pyegeria-0.7.11}/LICENSE +0 -0
  6. {pyegeria-0.7.10 → pyegeria-0.7.11}/README.md +0 -0
  7. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/doc_samples/Create_Collection_Sample.py +0 -0
  8. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/doc_samples/Create_Sustainability_Collection_Sample.py +0 -0
  9. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/README.md +0 -0
  10. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/__init__.py +0 -0
  11. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/get_asset_graph.py +0 -0
  12. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/get_collection.py +0 -0
  13. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/get_project_structure.py +0 -0
  14. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/get_tech_type_elements.py +0 -0
  15. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/get_tech_type_template.py +0 -0
  16. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_assets.py +0 -0
  17. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_cert_types.py +0 -0
  18. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_glossary.py +0 -0
  19. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_projects.py +0 -0
  20. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_tech_types.py +0 -0
  21. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cat/list_todos.py +0 -0
  22. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/__init__.py +0 -0
  23. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/egeria_cat.py +0 -0
  24. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/egeria_my.py +0 -0
  25. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/egeria_ops.py +0 -0
  26. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/egeria_tech.py +0 -0
  27. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/cli/ops_config.py +0 -0
  28. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/README.md +0 -0
  29. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/__init__.py +0 -0
  30. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/list_my_profile.py +0 -0
  31. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/list_my_roles.py +0 -0
  32. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/monitor_my_todos.py +0 -0
  33. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/monitor_open_todos.py +0 -0
  34. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/my/my_profile_actions.py +0 -0
  35. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/README.md +0 -0
  36. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/__init__.py +0 -0
  37. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/engine_actions.py +0 -0
  38. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/integration_daemon_actions.py +0 -0
  39. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/list_catalog_targets.py +0 -0
  40. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/load_archive.py +0 -0
  41. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_asset_events.py +0 -0
  42. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_coco_status.py +0 -0
  43. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_engine_activity.py +0 -0
  44. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_gov_eng_status.py +0 -0
  45. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_integ_daemon_status.py +0 -0
  46. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_platform_status.py +0 -0
  47. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_server_list.py +0 -0
  48. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/monitor_server_status.py +0 -0
  49. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/refresh_integration_daemon.py +0 -0
  50. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/ops/restart_integration_daemon.py +0 -0
  51. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/README.md +0 -0
  52. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/__init__.py +0 -0
  53. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/get_guid_info.py +0 -0
  54. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_asset_types.py +0 -0
  55. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_elements.py +0 -0
  56. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_registered_services.py +0 -0
  57. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_relationship_types.py +0 -0
  58. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_tech_templates.py +0 -0
  59. {pyegeria-0.7.10 → pyegeria-0.7.11}/examples/widgets/tech/list_valid_metadata_values.py +0 -0
  60. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/Xloaded_resources_omvs.py +0 -0
  61. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/__init__.py +0 -0
  62. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/_client.py +0 -0
  63. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/_deprecated_gov_engine.py +0 -0
  64. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/_exceptions.py +0 -0
  65. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/_globals.py +0 -0
  66. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/_validators.py +0 -0
  67. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/action_author_omvs.py +0 -0
  68. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/asset_catalog_omvs.py +0 -0
  69. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/automated_curation_omvs.py +0 -0
  70. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/classification_manager_omvs.py +0 -0
  71. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/collection_manager_omvs.py +0 -0
  72. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/core_omag_server_config.py +0 -0
  73. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/create_tech_guid_lists.py +0 -0
  74. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/feedback_manager_omvs.py +0 -0
  75. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/full_omag_server_config.py +0 -0
  76. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/glossary_browser_omvs.py +0 -0
  77. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/glossary_manager_omvs.py +0 -0
  78. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/my_profile_omvs.py +0 -0
  79. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/platform_services.py +0 -0
  80. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/project_manager_omvs.py +0 -0
  81. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/registered_info.py +0 -0
  82. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/runtime_manager_omvs.py +0 -0
  83. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/server_operations.py +0 -0
  84. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/utils.py +0 -0
  85. {pyegeria-0.7.10 → pyegeria-0.7.11}/pyegeria/valid_metadata_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.10
3
+ Version: 0.7.11
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -52,8 +52,8 @@ from examples.widgets.tech.list_tech_templates import display_templates_spec
52
52
  from examples.widgets.tech.list_valid_metadata_values import display_metadata_values
53
53
  from examples.widgets.tech.list_elements import list_elements
54
54
 
55
- # @tui()
56
- @tui('menu', 'menu', 'A textual command line interface')
55
+ @tui()
56
+ # @tui('menu', 'menu', 'A textual command line interface')
57
57
  @click.version_option("0.0.1", prog_name="egeria_ops")
58
58
  @click.group()
59
59
  @click.option('--server', default='active-metadata-store', envvar='EGERIA_METADATA_STORE',
@@ -7,7 +7,7 @@ A simple viewer for collections - provide the root and we display the hierarchy
7
7
 
8
8
  """
9
9
  import argparse
10
- import os
10
+ import os, sys
11
11
 
12
12
  from rich import print
13
13
  from rich.console import Console
@@ -44,7 +44,8 @@ disable_ssl_warnings = True
44
44
  def tech_details_viewer(tech: str, server_name: str, platform_url: str, user: str, user_password: str,
45
45
  jupyter: bool = EGERIA_JUPYTER, width: int = EGERIA_WIDTH):
46
46
  console = Console(width=width, force_terminal=not jupyter)
47
-
47
+ # print(f"tech is {tech} of type {type(tech)}")
48
+ # sys.exit(0)
48
49
  def view_tech_details(a_client: AutomatedCuration, root_collection_name: str, tree: Tree) -> Tree:
49
50
  l2: Tree = None
50
51
  tech_details = a_client.get_technology_type_detail(tech)
@@ -55,12 +56,13 @@ def tech_details_viewer(tech: str, server_name: str, platform_url: str, user: st
55
56
  description = tech_details.get('description', '---')
56
57
 
57
58
  style = "bold bright_white on black"
58
- bas_md = (f"* Name: {name}", "bold red\n"
59
- f"* QualifiedName: {qualified_name}\n"
60
- f"* Category: {category}\n"
61
- f"* Technology Description: {description}\n"
62
- )
63
- bas_out = Markdown(bas_md, style="bright_white on black")
59
+
60
+ bas_md = f"* **Name**: {name}\n"
61
+ bas_md += f"* **QualifiedName**: {qualified_name}\n"
62
+ bas_md += f"* **Category**: {category}\n"
63
+ bas_md += f"* **Technology Description**: {description}\n"
64
+
65
+ bas_out = Markdown(bas_md)
64
66
 
65
67
  l2 = tree.add(Panel(bas_out))
66
68
  ext_ref = tech_details.get('externalReferences', None)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyegeria"
3
- version = "0.7.10"
3
+ version = "0.7.11"
4
4
  license = 'Apache 2.0'
5
5
  authors = ["Dan Wolfson <dan.wolfson@pdr-associates.com>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes