kleinkram 0.38.0.dev20241119091638__py3-none-any.whl → 0.38.1.dev20241119134715__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/api/routes.py CHANGED
@@ -384,7 +384,7 @@ def get_files_by_file_spec(
384
384
  raise ValueError("mission not found")
385
385
 
386
386
  if spec.files:
387
- file_ids = [id for id_ in spec.files if isinstance(id_, UUID)]
387
+ file_ids = [id_ for id_ in spec.files if isinstance(id_, UUID)]
388
388
  file_names = filtered_by_patterns(
389
389
  [file.name for file in parsed_mission.files],
390
390
  [name for name in spec.files if isinstance(name, str)],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kleinkram
3
- Version: 0.38.0.dev20241119091638
3
+ Version: 0.38.1.dev20241119134715
4
4
  Summary: give me your bags
5
5
  Author: Cyrill Püntener, Dominique Garmier, Johann Schwabe
6
6
  Classifier: Programming Language :: Python :: 3
@@ -14,7 +14,7 @@ kleinkram/utils.py,sha256=F0SAnA_U9rjjKx0VSpoN_LU7bCv2c0p66mIvzvNnPYk,5577
14
14
  kleinkram/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  kleinkram/api/client.py,sha256=b1mUwpu7zrXVTNjTDfW8aA0hgmsisRIlMOqQTSbd7bg,2142
16
16
  kleinkram/api/file_transfer.py,sha256=LdXHsFkvNnZrpCYAEi17iQINAHFs4k3FeCrWzThiQJQ,9210
17
- kleinkram/api/routes.py,sha256=pjedtUCvfITumCh-EeTE7-RJzlcFgfRLswGMroF5ejY,12824
17
+ kleinkram/api/routes.py,sha256=Os022OSIv7nYvrRMYfVkY03lsDSnVemFScoMQ8aXYt8,12825
18
18
  kleinkram/commands/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
19
19
  kleinkram/commands/download.py,sha256=393n9kaJJJmsAJGdPTrkd-H2giNsJuihr1JD1mdF6rk,3415
20
20
  kleinkram/commands/endpoint.py,sha256=VgaleKTev8Muu4OmS4tptbhrbl58u1UTAxEmoLBCQew,1642
@@ -25,9 +25,9 @@ kleinkram/commands/upload.py,sha256=Wc3OkmdtbrloTA4FaE2i1BD2gBcsjkR4T8G9qlIqe-M,
25
25
  kleinkram/commands/verify.py,sha256=CGndDooBIdnYGPpaaBRNvs-3SWoBUquzAJc-3YB6_Yo,3692
26
26
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  tests/test_utils.py,sha256=ob-7lNHP20hnB8E8O242l1IbWqSWvFYqTdYuPAbBoLU,5331
28
- kleinkram-0.38.0.dev20241119091638.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
29
- kleinkram-0.38.0.dev20241119091638.dist-info/METADATA,sha256=1THTAOJPEseo5B7dO8fleG1e3d5IO3o1LIcMh1nzUNI,2335
30
- kleinkram-0.38.0.dev20241119091638.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
31
- kleinkram-0.38.0.dev20241119091638.dist-info/entry_points.txt,sha256=SaB2l5aqhSr8gmaMw2kvQU90a8Bnl7PedU8cWYxkfYo,46
32
- kleinkram-0.38.0.dev20241119091638.dist-info/top_level.txt,sha256=G1Lj9vHAtZn402Ukkrfll-6BCmnDNy_HVtWeNvXzdDA,16
33
- kleinkram-0.38.0.dev20241119091638.dist-info/RECORD,,
28
+ kleinkram-0.38.1.dev20241119134715.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
29
+ kleinkram-0.38.1.dev20241119134715.dist-info/METADATA,sha256=dxfT8PfVuADv5Fl-GSHx_zh8JcvLP3VTB50cfJmuTX4,2335
30
+ kleinkram-0.38.1.dev20241119134715.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
31
+ kleinkram-0.38.1.dev20241119134715.dist-info/entry_points.txt,sha256=SaB2l5aqhSr8gmaMw2kvQU90a8Bnl7PedU8cWYxkfYo,46
32
+ kleinkram-0.38.1.dev20241119134715.dist-info/top_level.txt,sha256=G1Lj9vHAtZn402Ukkrfll-6BCmnDNy_HVtWeNvXzdDA,16
33
+ kleinkram-0.38.1.dev20241119134715.dist-info/RECORD,,