kleinkram 0.39.0.dev20250224101309__py3-none-any.whl → 0.39.0.dev20250224101424__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.
Potentially problematic release.
This version of kleinkram might be problematic. Click here for more details.
- kleinkram/config.py +1 -1
- {kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/METADATA +1 -1
- {kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/RECORD +6 -6
- {kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/WHEEL +0 -0
- {kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/entry_points.txt +0 -0
- {kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/top_level.txt +0 -0
kleinkram/config.py
CHANGED
|
@@ -234,7 +234,7 @@ def endpoint_table(config: Config) -> Table:
|
|
|
234
234
|
display_name = (
|
|
235
235
|
Text(f"* {name}", style="bold yellow")
|
|
236
236
|
if name == config.selected_endpoint
|
|
237
|
-
else Text(name)
|
|
237
|
+
else Text(f" {name}")
|
|
238
238
|
)
|
|
239
239
|
table.add_row(display_name, endpoint.api, endpoint.s3)
|
|
240
240
|
return table
|
{kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/RECORD
RENAMED
|
@@ -2,7 +2,7 @@ kleinkram/__init__.py,sha256=xIJqTJw2kbCGryGlCeAdpmtR1FTxmrW1MklUNQEaj74,1061
|
|
|
2
2
|
kleinkram/__main__.py,sha256=B9RiZxfO4jpCmWPUHyKJ7_EoZlEG4sPpH-nz7T_YhhQ,125
|
|
3
3
|
kleinkram/_version.py,sha256=QYJyRTcqFcJj4qWYpqs7WcoOP6jxDMqyvxLY-cD6KcE,129
|
|
4
4
|
kleinkram/auth.py,sha256=XD_rHOyJmYYfO7QJf3TLYH5qXA22gXGWi7PT3jujlVs,2968
|
|
5
|
-
kleinkram/config.py,sha256=
|
|
5
|
+
kleinkram/config.py,sha256=cGBr5dex6XzoktkLKnXBSQiThxFR4wZjUUsFGu5cqpA,6839
|
|
6
6
|
kleinkram/core.py,sha256=Q7OYIKPN9K6kxf9Eq7r5XRHPJ3RtT7SBZp_3_CS8yuY,8429
|
|
7
7
|
kleinkram/errors.py,sha256=4mygNxkf6IBgaiRWY95qu0v6z4TAXA3G6CUcXC9FU3s,772
|
|
8
8
|
kleinkram/main.py,sha256=BTE0mZN__xd46wBhFi6iBlK9eGGQvJ1LdUMsbnysLi0,172
|
|
@@ -43,8 +43,8 @@ tests/test_printing.py,sha256=qCr04OJVl5ouht9FoeWGKOi8MZXevVV1EDghzV1JaMc,1903
|
|
|
43
43
|
tests/test_query.py,sha256=fExmCKXLA7-9j2S2sF_sbvRX_2s6Cp3a7OTcqE25q9g,3864
|
|
44
44
|
tests/test_utils.py,sha256=eUBYrn3xrcgcaxm1X4fqZaX4tRvkbI6rh6BUbNbu9T0,4784
|
|
45
45
|
tests/test_wrappers.py,sha256=TbcTyO2L7fslbzgfDdcVZkencxNQ8cGPZm_iB6c9d6Q,2673
|
|
46
|
-
kleinkram-0.39.0.
|
|
47
|
-
kleinkram-0.39.0.
|
|
48
|
-
kleinkram-0.39.0.
|
|
49
|
-
kleinkram-0.39.0.
|
|
50
|
-
kleinkram-0.39.0.
|
|
46
|
+
kleinkram-0.39.0.dev20250224101424.dist-info/METADATA,sha256=7XLgjtoiCqnMyJYoJPcay1gdv4gh9ahm1htV_HxFHJs,2760
|
|
47
|
+
kleinkram-0.39.0.dev20250224101424.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
48
|
+
kleinkram-0.39.0.dev20250224101424.dist-info/entry_points.txt,sha256=SaB2l5aqhSr8gmaMw2kvQU90a8Bnl7PedU8cWYxkfYo,46
|
|
49
|
+
kleinkram-0.39.0.dev20250224101424.dist-info/top_level.txt,sha256=N3-sJagEHu1Tk1X6Dx1X1q0pLDNbDZpLzRxVftvepds,24
|
|
50
|
+
kleinkram-0.39.0.dev20250224101424.dist-info/RECORD,,
|
{kleinkram-0.39.0.dev20250224101309.dist-info → kleinkram-0.39.0.dev20250224101424.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|