pyegeria 0.6.6__py3-none-any.whl → 0.6.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.6.6
3
+ Version: 0.6.7
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -78,8 +78,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
78
78
  pyegeria/server_operations.py,sha256=ZX7FlJRrAC7RK4bq4wHWepEsYbbWlqkUZdsJrTplVVU,16534
79
79
  pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
80
80
  pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
81
- pyegeria-0.6.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
82
- pyegeria-0.6.6.dist-info/METADATA,sha256=CioEiHsAghZveP4QldV-N-piF7bQJDy7NKyeu-c29cU,2774
83
- pyegeria-0.6.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
84
- pyegeria-0.6.6.dist-info/entry_points.txt,sha256=JZ24qmAz953R1Rw2l5PpW6O_IyIuHBz-ypZvl2mvccE,2657
85
- pyegeria-0.6.6.dist-info/RECORD,,
81
+ pyegeria-0.6.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
82
+ pyegeria-0.6.7.dist-info/METADATA,sha256=ttWbyY0bkzXaPV4tApSY5u_cgK7KHxZu1KVQUojQjuc,2774
83
+ pyegeria-0.6.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
84
+ pyegeria-0.6.7.dist-info/entry_points.txt,sha256=tgDYOGHc_YWRsrz0kyvouqOTdrHgiITKzF3GLVV-GvQ,2727
85
+ pyegeria-0.6.7.dist-info/RECORD,,
@@ -6,6 +6,7 @@ egeria_tech=examples.widgets.cli.egeria_cat:cli
6
6
  get_asset_graph=examples.widgets.cat.get_asset_graph:main
7
7
  get_collection=examples.widgets.cat.get_collection:main
8
8
  get_guid_info=examples.widgets.tech.get_guid_info:main
9
+ get_project_structure=examples.widgets.cat.get_project_structure:main
9
10
  get_tech_details=examples.widgets.tech.get_tech_details:main
10
11
  get_tech_type_elements=examples.widgets.cat.get_tech_type_elements:main
11
12
  get_tech_type_template=examples.widgets.cat.get_tech_type_template:main