pyegeria 1.5.1.0.7__tar.gz → 1.5.1.0.9__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 (107) hide show
  1. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/PKG-INFO +1 -1
  2. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_deployed_catalogs.py +12 -9
  3. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_deployed_database_schemas.py +17 -14
  4. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_deployed_databases.py +4 -3
  5. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/egeria.py +18 -5
  6. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/egeria_cat.py +18 -5
  7. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyproject.toml +1 -1
  8. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/LICENSE +0 -0
  9. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/README.md +0 -0
  10. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/README.md +0 -0
  11. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/__init__.py +0 -0
  12. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_asset_graph.py +0 -0
  13. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_collection.py +0 -0
  14. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_project_dependencies.py +0 -0
  15. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_project_structure.py +0 -0
  16. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_tech_type_elements.py +0 -0
  17. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/get_tech_type_template.py +0 -0
  18. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/glossary_actions.py +0 -0
  19. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_archives.py +0 -0
  20. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_assets.py +0 -0
  21. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_cert_types.py +0 -0
  22. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_glossary.py +0 -0
  23. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_projects.py +0 -0
  24. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_relationships.py +0 -0
  25. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_tech_types.py +0 -0
  26. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_todos.py +0 -0
  27. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cat/list_user_ids.py +0 -0
  28. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/__init__.py +0 -0
  29. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/egeria_my.py +0 -0
  30. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/egeria_ops.py +0 -0
  31. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/egeria_tech.py +0 -0
  32. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/cli/ops_config.py +0 -0
  33. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/README.md +0 -0
  34. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/__init__.py +0 -0
  35. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/list_my_profile.py +0 -0
  36. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/list_my_roles.py +0 -0
  37. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/monitor_my_todos.py +0 -0
  38. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/monitor_open_todos.py +0 -0
  39. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/my/todo_actions.py +0 -0
  40. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/README.md +0 -0
  41. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/__init__.py +0 -0
  42. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/engine_actions.py +0 -0
  43. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/gov_server_actions.py +0 -0
  44. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/list_catalog_targets.py +0 -0
  45. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/load_archive.py +0 -0
  46. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_asset_events.py +0 -0
  47. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_engine_activity.py +0 -0
  48. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_engine_activity_c.py +0 -0
  49. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_gov_eng_status.py +0 -0
  50. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_integ_daemon_status.py +0 -0
  51. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_platform_status.py +0 -0
  52. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_server_startup.py +0 -0
  53. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/monitor_server_status.py +0 -0
  54. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/orig_monitor_server_list.py +0 -0
  55. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/orig_monitor_server_status.py +0 -0
  56. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/refresh_integration_daemon.py +0 -0
  57. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/ops/restart_integration_daemon.py +0 -0
  58. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/README.md +0 -0
  59. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/__init__.py +0 -0
  60. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/get_element_graph.py +0 -0
  61. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/get_element_info.py +0 -0
  62. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/get_guid_info.py +0 -0
  63. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/get_tech_details.py +0 -0
  64. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_asset_types.py +0 -0
  65. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_elements.py +0 -0
  66. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_elements_for_classification.py +0 -0
  67. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_elements_x.py +0 -0
  68. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_gov_action_processes.py +0 -0
  69. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_registered_services.py +0 -0
  70. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_related_elements.py +0 -0
  71. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_related_specification.py +0 -0
  72. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_relationship_types.py +0 -0
  73. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_tech_templates.py +0 -0
  74. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/list_valid_metadata_values.py +0 -0
  75. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/commands/tech/x_list_related_elements.py +0 -0
  76. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/README.md +0 -0
  77. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/__init__.py +0 -0
  78. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/_client.py +0 -0
  79. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/_deprecated_gov_engine.py +0 -0
  80. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/_exceptions.py +0 -0
  81. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/_globals.py +0 -0
  82. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/_validators.py +0 -0
  83. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/asset_catalog_omvs.py +0 -0
  84. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/automated_curation_omvs.py +0 -0
  85. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/classification_manager_omvs.py +0 -0
  86. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/collection_manager_omvs.py +0 -0
  87. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/core_omag_server_config.py +0 -0
  88. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/create_tech_guid_lists.py +0 -0
  89. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/egeria_cat_client.py +0 -0
  90. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/egeria_client.py +0 -0
  91. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/egeria_config_client.py +0 -0
  92. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/egeria_my_client.py +0 -0
  93. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/egeria_tech_client.py +0 -0
  94. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/feedback_manager_omvs.py +0 -0
  95. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/full_omag_server_config.py +0 -0
  96. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/glossary_browser_omvs.py +0 -0
  97. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/glossary_manager_omvs.py +0 -0
  98. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/mermaid_utilities.py +0 -0
  99. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/my_profile_omvs.py +0 -0
  100. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/platform_services.py +0 -0
  101. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/project_manager_omvs.py +0 -0
  102. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/registered_info.py +0 -0
  103. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/runtime_manager_omvs.py +0 -0
  104. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/server_operations.py +0 -0
  105. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/utils.py +0 -0
  106. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/valid_metadata_omvs.py +0 -0
  107. {pyegeria-1.5.1.0.7 → pyegeria-1.5.1.0.9}/pyegeria/x_action_author_omvs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 1.5.1.0.7
3
+ Version: 1.5.1.0.9
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -47,7 +47,7 @@ def check_if_template(header: dict) -> bool:
47
47
 
48
48
 
49
49
  def list_deployed_catalogs(
50
- uc_server_name: str,
50
+ catalog_server: str,
51
51
  server: str,
52
52
  url: str,
53
53
  username: str,
@@ -79,9 +79,13 @@ def list_deployed_catalogs(
79
79
  table.add_column("Properties")
80
80
  table.add_column("Catalog Schemas")
81
81
 
82
- om_type = "DeployedDatabaseSchema"
83
-
84
- cats = c_client.get_elements_by_classification("Anchors", "Catalog")
82
+ if catalog_server in [None, "*"]:
83
+ cats = c_client.get_elements_by_classification("Anchors", "Catalog")
84
+ else:
85
+ server_guid = c_client.get_guid_for_name(catalog_server)
86
+ cats = c_client.get_elements_by_classification_with_property_value(
87
+ "Anchors", server_guid, ["anchorGUID"], "Catalog"
88
+ )
85
89
  if type(cats) is list:
86
90
  for cat in cats:
87
91
  header = cat["elementHeader"]
@@ -165,7 +169,7 @@ def list_deployed_catalogs(
165
169
 
166
170
  def main():
167
171
  parser = argparse.ArgumentParser()
168
- parser.add_argument("--server", help="Name of the server to display status for")
172
+ parser.add_argument("--server", help="Name of the view server to use")
169
173
  parser.add_argument("--url", help="URL Platform to connect to")
170
174
  parser.add_argument("--userid", help="User Id")
171
175
  parser.add_argument("--password", help="Password")
@@ -178,10 +182,9 @@ def main():
178
182
  password = args.password if args.password is not None else EGERIA_USER_PASSWORD
179
183
 
180
184
  try:
181
- # uc_server_name = Prompt.ask(
182
- # "Enter the name of a server to retrieve schemas for", default="*"
183
- # )
184
- uc_server_name = None
185
+ uc_server_name = Prompt.ask(
186
+ "Enter the name of a server to retrieve catalogs for", default="*"
187
+ )
185
188
  list_deployed_catalogs(uc_server_name, server, url, userid, password)
186
189
  except KeyboardInterrupt:
187
190
  pass
@@ -137,29 +137,32 @@ def list_deployed_database_schemas(
137
137
  el_props_md += f"* **{prop}**: {element['properties'][prop]}\n"
138
138
  el_props_out = Markdown(el_props_md)
139
139
 
140
- rel_elements = c_client.get_related_elements(
141
- el_guid, "RelationalDBSchemaType"
140
+ rel_elements = c_client.get_elements_by_property_value(
141
+ el_guid, ["anchorGUID"]
142
142
  )
143
143
  schema_md = ""
144
144
  count = 0
145
145
  rel_el_out = ""
146
146
  if type(rel_elements) is list:
147
- print(len(rel_elements))
147
+ len_els = len(rel_elements)
148
+ rel_el_md = ""
149
+ spacer = "---\n"
148
150
  for rel_element in rel_elements:
149
151
  count += 1
150
- rel_type = rel_element["relatedElement"]["elementHeader"][
151
- "type"
152
- ]["typeName"]
153
- rel_guid = rel_element["relatedElement"]["elementHeader"][
154
- "guid"
155
- ]
156
- rel_props = rel_element["relatedElement"]["properties"]
152
+ rel_type = rel_element["elementHeader"]["type"]["typeName"]
153
+ rel_guid = rel_element["elementHeader"]["guid"]
154
+ rel_props = rel_element["properties"]
157
155
  props_md = ""
158
156
  for key in rel_props.keys():
159
- props_md += f"* **{key}**: {rel_props[key]}\n"
160
- rel_el_md = f"* **{rel_type}**: {rel_guid}\n{props_md}"
161
- if count > 1:
162
- rel_el_md += "---\n"
157
+ props_md += f"\t* **{key}**: {rel_props[key]}\n"
158
+ rel_el_md = f"{rel_el_md}\n* **{rel_type}**:\n\t{rel_guid}\n{props_md}{spacer}"
159
+ # if count > 1 and count < len_els:
160
+ # spacer = "---\n"
161
+ # elif count > len_els:
162
+ # spacer = ""
163
+ rel_el_md = f"{rel_el_md}\n* **{rel_type}**:\n\t{rel_guid}\n{props_md}{spacer}"
164
+ if count == len_els:
165
+ rel_el_md = rel_el_md[:-4]
163
166
  rel_el_out = Markdown(rel_el_md)
164
167
 
165
168
  table.add_row(
@@ -111,6 +111,7 @@ def list_deployed_databases(
111
111
  rel_elements = c_client.get_related_elements(el_guid)
112
112
  schema_md = ""
113
113
  count = 0
114
+ rel_cnt = len(rel_elements)
114
115
  if type(rel_elements) is list:
115
116
  for rel_element in rel_elements:
116
117
  count += 1
@@ -124,9 +125,9 @@ def list_deployed_databases(
124
125
  props_md = ""
125
126
  for key in rel_props.keys():
126
127
  props_md += f"* **{key}**: {rel_props[key]}\n"
127
- rel_el_md = f"* **{rel_type}**: {rel_guid}\n{props_md}"
128
- if count >= 1:
129
- rel_el_md += "---\n"
128
+ rel_el_md = f"* **{rel_type}**: {rel_guid}\n{props_md}\n---\n"
129
+ if count == rel_cnt:
130
+ rel_el_md = rel_el_md[:-4]
130
131
  rel_el_out = Markdown(rel_el_md)
131
132
 
132
133
  table.add_row(
@@ -34,6 +34,7 @@ from commands.my.monitor_my_todos import display_my_todos
34
34
  from commands.my.monitor_open_todos import display_todos
35
35
  from commands.cat.list_deployed_database_schemas import list_deployed_database_schemas
36
36
  from commands.cat.list_deployed_catalogs import list_deployed_catalogs
37
+ from commands.cat.list_deployed_databases import list_deployed_databases
37
38
  from commands.cat.glossary_actions import create_glossary, delete_glossary, create_term
38
39
  from commands.my.todo_actions import (
39
40
  mark_todo_complete,
@@ -928,25 +929,37 @@ def list_deployed_schemas(search_string, ctx):
928
929
  c.view_server_url,
929
930
  c.userid,
930
931
  c.password,
931
- None,
932
932
  c.jupyter,
933
933
  c.width,
934
934
  )
935
935
 
936
936
 
937
937
  @show.command("list-catalogs")
938
- # @click.option("--search-string", default="*", help="What database or catalog to search")
938
+ @click.option("--search-string", default="*", help="Server to search for catalogs")
939
939
  @click.pass_context
940
- def list_catalogs(ctx):
940
+ def list_catalogs(search_string, ctx):
941
941
  """Display a tree graph of information about an asset"""
942
942
  c = ctx.obj
943
943
  list_deployed_catalogs(
944
- " ",
944
+ search_string,
945
+ c.view_server,
946
+ c.view_server_url,
947
+ c.userid,
948
+ c.password,
949
+ c.jupyter,
950
+ c.width,
951
+ )
952
+
953
+
954
+ @click.pass_context
955
+ def list_databases(ctx):
956
+ """Display a tree graph of information about an asset"""
957
+ c = ctx.obj
958
+ list_deployed_databases(
945
959
  c.view_server,
946
960
  c.view_server_url,
947
961
  c.userid,
948
962
  c.password,
949
- None,
950
963
  c.jupyter,
951
964
  c.width,
952
965
  )
@@ -30,6 +30,7 @@ from commands.cat.list_archives import display_archive_list
30
30
  from commands.cat.list_deployed_database_schemas import list_deployed_database_schemas
31
31
  from commands.cat.list_deployed_catalogs import list_deployed_catalogs
32
32
  from commands.cat.glossary_actions import create_glossary, delete_glossary, create_term
33
+ from commands.cat.list_deployed_databases import list_deployed_databases
33
34
 
34
35
  # from pyegeria import ServerOps
35
36
  from commands.cli.ops_config import Config
@@ -507,25 +508,37 @@ def list_deployed_schemas(search_string, ctx):
507
508
  c.view_server_url,
508
509
  c.userid,
509
510
  c.password,
510
- None,
511
511
  c.jupyter,
512
512
  c.width,
513
513
  )
514
514
 
515
515
 
516
516
  @show.command("list-catalogs")
517
- # @click.option("--search-string", default="*", help="What database or catalog to search")
517
+ @click.option("--search-string", default="*", help="Server to search for catalogs")
518
518
  @click.pass_context
519
- def list_catalogs(ctx):
519
+ def list_catalogs(search_string, ctx):
520
520
  """Display a tree graph of information about an asset"""
521
521
  c = ctx.obj
522
522
  list_deployed_catalogs(
523
- " ",
523
+ search_string,
524
+ c.view_server,
525
+ c.view_server_url,
526
+ c.userid,
527
+ c.password,
528
+ c.jupyter,
529
+ c.width,
530
+ )
531
+
532
+
533
+ @click.pass_context
534
+ def list_databases(ctx):
535
+ """Display a tree graph of information about an asset"""
536
+ c = ctx.obj
537
+ list_deployed_databases(
524
538
  c.view_server,
525
539
  c.view_server_url,
526
540
  c.userid,
527
541
  c.password,
528
- None,
529
542
  c.jupyter,
530
543
  c.width,
531
544
  )
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyegeria"
3
- version = "1.5.1.0.7"
3
+ version = "1.5.1.0.9"
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