kleinkram 0.18.0.dev20240911141239__py3-none-any.whl → 0.18.1.dev20240911165035__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/main.py CHANGED
@@ -9,7 +9,7 @@ from rich import print
9
9
  from rich.table import Table
10
10
  from typer.core import TyperGroup
11
11
  from typer.models import Context
12
- from typing_extensions import Annotated
12
+ from typing_extensions import Annotated, List
13
13
 
14
14
  from kleinkram.api_client import AuthenticatedClient
15
15
  from kleinkram.auth.auth import login, setCliKey, logout
@@ -45,7 +45,7 @@ class OrderCommands(TyperGroup):
45
45
  https://github.com/tiangolo/typer/discussions/855#discussioncomment-9824582) and adapted to our use case.
46
46
  """
47
47
 
48
- def list_commands(self, _ctx: Context) -> list[str]:
48
+ def list_commands(self, _ctx: Context) -> List[str]:
49
49
  order = list(CommandPanel)
50
50
  grouped_commands = {
51
51
  name: getattr(command, "rich_help_panel")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kleinkram
3
- Version: 0.18.0.dev20240911141239
3
+ Version: 0.18.1.dev20240911165035
4
4
  Summary: A CLI for the ETH project kleinkram
5
5
  Project-URL: Homepage, https://github.com/leggedrobotics/kleinkram
6
6
  Project-URL: Issues, https://github.com/leggedrobotics/kleinkram/issues
@@ -3,7 +3,7 @@ kleinkram/api_client.py,sha256=1GPsM-XFbPYEKP7RfWmzMTwxRqnVh4wtHVuW25KT8kA,2264
3
3
  kleinkram/consts.py,sha256=pm_6OuQcO-tYcRhwauTtyRRsuYY0y0yb6EGuIl49LnI,50
4
4
  kleinkram/error_handling.py,sha256=Nm3tUtc4blQylJLNChSLgkDLFDHg3Xza0CghRrd_SYE,4015
5
5
  kleinkram/helper.py,sha256=nq4LGn-dcRd7y69XnWl2Xz36lTcTaWWe1PZwqGWeOVQ,5590
6
- kleinkram/main.py,sha256=coUDW27P1Ig1uWwEz4AOJ0IOYBkRiorZThG4uCimA8w,8117
6
+ kleinkram/main.py,sha256=v3wWCIn-4CxKwcf9mq3UnkqIR1XvbHzEjrX9Ri06-hk,8123
7
7
  kleinkram/auth/auth.py,sha256=w3-TsxWxURzLQ3_p43zgV4Rlh4dVL_WqI6HG2aes-b4,4991
8
8
  kleinkram/endpoint/endpoint.py,sha256=KAYQgK8J6Et8V_ho2wBUIAdg25Mps6l_glCfC1vvC2g,1372
9
9
  kleinkram/file/file.py,sha256=8CCYu9MdG24Rh0aEcNB3OEMUzpLMSoV4VIhdeq2n8iA,3206
@@ -13,8 +13,8 @@ kleinkram/queue/queue.py,sha256=MaLBjAu8asi9BkPvbbT-5AobCcpy3ex5rxM1kHpRINA,181
13
13
  kleinkram/tag/tag.py,sha256=JSHbDPVfsvP34MuQhw__DPQk-Bah5G9BgwYsj_K_JGc,1805
14
14
  kleinkram/topic/topic.py,sha256=IaXhrIHcJ3FSIr0WC-N7u9fkz-lAvSBgQklTX67t0Yc,1641
15
15
  kleinkram/user/user.py,sha256=hDrbWeFPPnh2sswDd445SwcIFGyAbfXXWpYq1VqrK0g,1379
16
- kleinkram-0.18.0.dev20240911141239.dist-info/METADATA,sha256=wcXabG9_GMd4Id7Pqc-2Bu5C9jag8VPLxz0Dl5l7ISA,845
17
- kleinkram-0.18.0.dev20240911141239.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
18
- kleinkram-0.18.0.dev20240911141239.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
19
- kleinkram-0.18.0.dev20240911141239.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
20
- kleinkram-0.18.0.dev20240911141239.dist-info/RECORD,,
16
+ kleinkram-0.18.1.dev20240911165035.dist-info/METADATA,sha256=gcfhgkjCMBEJMP3326jAJ7WS7cQpiWetO3p0iQCPtn4,845
17
+ kleinkram-0.18.1.dev20240911165035.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
18
+ kleinkram-0.18.1.dev20240911165035.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
19
+ kleinkram-0.18.1.dev20240911165035.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
20
+ kleinkram-0.18.1.dev20240911165035.dist-info/RECORD,,