pybiolib 1.1.2011__py3-none-any.whl → 1.1.2013__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.
biolib/jobs/job_result.py CHANGED
@@ -75,7 +75,9 @@ class JobResult:
75
75
  dir_path.mkdir(parents=True, exist_ok=True)
76
76
 
77
77
  # write content to temporary (partial) file
78
- partial_path = destination_file_path.with_suffix(f'.{self._job_uuid}.partial_biolib_download')
78
+ partial_path = destination_file_path.with_suffix(
79
+ destination_file_path.suffix + f'.{self._job_uuid}.partial_biolib_download'
80
+ )
79
81
  file_start = file.start
80
82
  data_to_download = file.length
81
83
  if partial_path.exists():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybiolib
3
- Version: 1.1.2011
3
+ Version: 1.1.2013
4
4
  Summary: BioLib Python Client
5
5
  Home-page: https://github.com/biolib
6
6
  License: MIT
@@ -90,7 +90,7 @@ biolib/experiments/experiment.py,sha256=_ied3A3U6NFa6_ewEYn2TCozqeHvDxDqdRhMtZbF
90
90
  biolib/experiments/types.py,sha256=n9GxdFA7cLMfHvLLqLmZzX31ELeSSkMXFoEEdFsdWGY,171
91
91
  biolib/jobs/__init__.py,sha256=aIb2H2DHjQbM2Bs-dysFijhwFcL58Blp0Co0gimED3w,32
92
92
  biolib/jobs/job.py,sha256=aWKnf_2pYdr76gh3hxPiVs2iuXlpwZkKPTK81Pz4G2U,19072
93
- biolib/jobs/job_result.py,sha256=IaSKb9B33zTnMq8CQBRB8_FTc8uYqJU8Amag8bcwyvE,5799
93
+ biolib/jobs/job_result.py,sha256=qj4H8LQFtHqJzLik0lvpZDAIXJptalIwqt7CvpXAB9g,5860
94
94
  biolib/jobs/types.py,sha256=qhadtH2KDC2WUOOqPiwke0YgtQY4FtuB71Stekq1k48,970
95
95
  biolib/lfs/__init__.py,sha256=Qv8vdYeK43JecT4SsE93ZYE2VmNiZENdNpW8P9-omxs,115
96
96
  biolib/lfs/cache.py,sha256=pQS2np21rdJ6I3DpoOutnzPHpLOZgUIS8TMltUJk_k4,2226
@@ -109,8 +109,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
109
109
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
110
110
  biolib/utils/seq_util.py,sha256=jC5WhH63FTD7SLFJbxQGA2hOt9NTwq9zHl_BEec1Z0c,4907
111
111
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
112
- pybiolib-1.1.2011.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
113
- pybiolib-1.1.2011.dist-info/METADATA,sha256=nzajC4HmYF0zf_amvrcgobGbTs-_DAp2pmfKkoRvG50,1508
114
- pybiolib-1.1.2011.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
115
- pybiolib-1.1.2011.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
116
- pybiolib-1.1.2011.dist-info/RECORD,,
112
+ pybiolib-1.1.2013.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
113
+ pybiolib-1.1.2013.dist-info/METADATA,sha256=B93geN5rthLJykSPAxcveRjO45iKhcoMeMi_MyQYXw0,1508
114
+ pybiolib-1.1.2013.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
115
+ pybiolib-1.1.2013.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
116
+ pybiolib-1.1.2013.dist-info/RECORD,,