pyegeria 5.2.1.1__py3-none-any.whl → 5.3.0.dev1__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.
@@ -164,6 +164,7 @@ def cli(
164
164
  width,
165
165
  home_glossary_guid,
166
166
  glossary_path,
167
+
167
168
  ):
168
169
  """An Egeria Command Line interface for Operations"""
169
170
  ctx.obj = Config(
@@ -0,0 +1,19 @@
1
+ .uprompt {
2
+ width: auto;
3
+ height: auto;
4
+ }
5
+ .uimput {
6
+ border: solid white;
7
+ height: auto;
8
+ width: auto;
9
+ }
10
+ .DataTable {
11
+ color: black
12
+ }
13
+ .DataTable.Row {
14
+ width: 20%;
15
+ height: auto;
16
+ }
17
+ #table {
18
+ color: black
19
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 5.2.1.1
3
+ Version: 5.3.0.dev1
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -12,10 +12,10 @@ 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
- Requires-Dist: click (>=8.1.7,<9.0.0)
16
- Requires-Dist: confluent-kafka (>=2.5.0,<3.0.0)
15
+ Requires-Dist: click
16
+ Requires-Dist: confluent-kafka
17
17
  Requires-Dist: httpx
18
- Requires-Dist: jupyter (>=1.0.0,<2.0.0)
18
+ Requires-Dist: jupyter
19
19
  Requires-Dist: mermaid-py
20
20
  Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
21
21
  Requires-Dist: pytest (>=8.2.2,<9.0.0)
@@ -36,12 +36,13 @@ pyegeria/commands/cat/list_todos.py,sha256=iPxHRyW3X5tiREio4TUOwRPvNPjU0gxm3pVnU
36
36
  pyegeria/commands/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
37
37
  pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
38
38
  pyegeria/commands/cli/egeria.py,sha256=4oL4SnHV5TBY87DX659UCZh4YoNFw-hu_SNrZ_BoFXs,45825
39
- pyegeria/commands/cli/egeria_cat.py,sha256=ZqZXcPzIDCCfaTmKK0hov2PLUKxR07z27vPTLAt5Br0,16013
39
+ pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
40
40
  pyegeria/commands/cli/egeria_login_tui.py,sha256=m7gUiiPdeu2vxjiyxy-6OhAekSa5kVQnOUur2qyvbUA,9480
41
41
  pyegeria/commands/cli/egeria_my.py,sha256=XLd5ARwrVHZM7SGUKadJznb5KUULCmx2WIid3TKKmhY,6116
42
42
  pyegeria/commands/cli/egeria_ops.py,sha256=gVdLv5CgIyccZAAGS-RjwaW3cFrQOJJYhgWuMWQcl60,12580
43
43
  pyegeria/commands/cli/egeria_tech.py,sha256=DllmvtwPdYLnztyxEVg3fCcUT9XMlXAdIJyU8qAilb0,15709
44
44
  pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
45
+ pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
45
46
  pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
46
47
  pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
47
48
  pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
@@ -224,8 +225,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
224
225
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
225
226
  pyegeria/valid_metadata_omvs.py,sha256=kmcyXBsu99L25r16w9xVXqU_KwADsGuft4yPDZzyUds,65032
226
227
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
227
- pyegeria-5.2.1.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
228
- pyegeria-5.2.1.1.dist-info/METADATA,sha256=MxfQpF7hKT2tkPDokvxvA3ZG_Zi6c8sjzdPz-81cdog,2723
229
- pyegeria-5.2.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
230
- pyegeria-5.2.1.1.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
231
- pyegeria-5.2.1.1.dist-info/RECORD,,
228
+ pyegeria-5.3.0.dev1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
229
+ pyegeria-5.3.0.dev1.dist-info/METADATA,sha256=yMrYVSyyIg3q_uHs5OABGJyZ_uhQeT3ZehR5W4nJWvw,2675
230
+ pyegeria-5.3.0.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
231
+ pyegeria-5.3.0.dev1.dist-info/entry_points.txt,sha256=JK212otpaYZogRHHwMrHy3fQUpAsg_DC3LkRUl59V2s,5373
232
+ pyegeria-5.3.0.dev1.dist-info/RECORD,,