kleinkram 0.0.114__py3-none-any.whl → 0.0.115__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/auth.py CHANGED
@@ -164,5 +164,7 @@ def endpoint(endpoint: Annotated[str, typer.Argument()]):
164
164
 
165
165
  def setCliKey(key: Annotated[str, typer.Argument()]):
166
166
  tokenfile = TokenFile()
167
+ if not tokenfile.endpoint in tokenfile.tokens:
168
+ tokenfile.tokens[tokenfile.endpoint] = {}
167
169
  tokenfile.tokens[tokenfile.endpoint][CLI_KEY] = key
168
170
  tokenfile.writeToFile()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kleinkram
3
- Version: 0.0.114
3
+ Version: 0.0.115
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
@@ -1,10 +1,10 @@
1
1
  kleinkram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- kleinkram/auth.py,sha256=IpAmvmjzDj_x6M3TNqcxNGGRn6LJaQS_Iay2MOWoJGs,5242
2
+ kleinkram/auth.py,sha256=0pu0RQQrtTFoW07Rgni7FAMJS3e0BZ9Pz9QrFPsbfxg,5343
3
3
  kleinkram/consts.py,sha256=8kCOeSdMqEyB89hT55w5yd1fksUwbj52a2nYkZTZI_0,88
4
4
  kleinkram/helper.py,sha256=mP6AohHWU8kckAi1Oevgs0gfGPH1Qzkp0f7jiQF9u5I,2198
5
5
  kleinkram/main.py,sha256=7TKP6RPbhtQCydE4aQtGP0GbwoaOLr1A6iK1NXTZmXQ,15068
6
- kleinkram-0.0.114.dist-info/METADATA,sha256=XJ5EvSh72UWukdtV4flnEJJXPBu0faOM14IW20YxL7c,733
7
- kleinkram-0.0.114.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- kleinkram-0.0.114.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
- kleinkram-0.0.114.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
- kleinkram-0.0.114.dist-info/RECORD,,
6
+ kleinkram-0.0.115.dist-info/METADATA,sha256=fTlaK-HhsSoEAW7JmMsvzCfPSwaEJDuWuu9lpDdq5qU,733
7
+ kleinkram-0.0.115.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
+ kleinkram-0.0.115.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
+ kleinkram-0.0.115.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
+ kleinkram-0.0.115.dist-info/RECORD,,