rclone-api 1.1.82__tar.gz → 1.1.83__tar.gz
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.
- {rclone_api-1.1.82 → rclone_api-1.1.83}/PKG-INFO +1 -1
- {rclone_api-1.1.82 → rclone_api-1.1.83}/pyproject.toml +1 -1
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/profile/mount_copy_bytes.py +3 -1
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/types.py +37 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.aiderignore +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.gitignore +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.pylintrc +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.vscode/launch.json +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.vscode/settings.json +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/LICENSE +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/MANIFEST.in +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/README.md +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/clean +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/install +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/lint +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/requirements.testing.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/setup.cfg +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/setup.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/mount.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/rclone.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/chunk_types.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/s3/upload_file_multipart.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/test +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_copy.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_copy_bytes.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_diff.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_ls.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_mount.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_s3.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tests/test_walk.py +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/tox.ini +0 -0
- {rclone_api-1.1.82 → rclone_api-1.1.83}/upload_package.sh +0 -0
|
@@ -128,6 +128,8 @@ def _run_profile(
|
|
|
128
128
|
mount_log=mount_log,
|
|
129
129
|
)
|
|
130
130
|
|
|
131
|
+
bytes_or_err = filechunker.fetch(offset.as_int(), size.as_int())
|
|
132
|
+
|
|
131
133
|
start = time.time()
|
|
132
134
|
|
|
133
135
|
# bytes_or_err: bytes | Exception = rclone.copy_bytes(
|
|
@@ -140,7 +142,7 @@ def _run_profile(
|
|
|
140
142
|
# mount_log=mount_log,
|
|
141
143
|
# )
|
|
142
144
|
|
|
143
|
-
bytes_or_err = filechunker.fetch(offset.as_int(), size.as_int())
|
|
145
|
+
bytes_or_err = filechunker.fetch((offset + SizeSuffix("1G")).as_int(), size.as_int())
|
|
144
146
|
|
|
145
147
|
diff = time.time() - start
|
|
146
148
|
net_io_end = psutil.net_io_counters()
|
|
@@ -178,3 +178,40 @@ class SizeSuffix:
|
|
|
178
178
|
raise ZeroDivisionError("Division by zero is undefined")
|
|
179
179
|
# Use floor division to maintain integer arithmetic.
|
|
180
180
|
return SizeSuffix(self._size // other_int._size)
|
|
181
|
+
|
|
182
|
+
def __eq__(self, other: object) -> bool:
|
|
183
|
+
if not isinstance(other, SizeSuffix):
|
|
184
|
+
return False
|
|
185
|
+
return self._size == other._size
|
|
186
|
+
|
|
187
|
+
def __ne__(self, other: object) -> bool:
|
|
188
|
+
if not isinstance(other, SizeSuffix):
|
|
189
|
+
return True
|
|
190
|
+
return self._size != other._size
|
|
191
|
+
|
|
192
|
+
def __lt__(self, other: object) -> bool:
|
|
193
|
+
if not isinstance(other, SizeSuffix):
|
|
194
|
+
return False
|
|
195
|
+
return self._size < other._size
|
|
196
|
+
|
|
197
|
+
def __le__(self, other: object) -> bool:
|
|
198
|
+
if not isinstance(other, SizeSuffix):
|
|
199
|
+
return False
|
|
200
|
+
return self._size <= other._size
|
|
201
|
+
|
|
202
|
+
def __gt__(self, other: object) -> bool:
|
|
203
|
+
if not isinstance(other, SizeSuffix):
|
|
204
|
+
return False
|
|
205
|
+
return self._size > other._size
|
|
206
|
+
|
|
207
|
+
def __ge__(self, other: object) -> bool:
|
|
208
|
+
if not isinstance(other, SizeSuffix):
|
|
209
|
+
return False
|
|
210
|
+
return self._size >= other._size
|
|
211
|
+
|
|
212
|
+
def __hash__(self) -> int:
|
|
213
|
+
return hash(self._size)
|
|
214
|
+
|
|
215
|
+
def __int__(self) -> int:
|
|
216
|
+
return self._size
|
|
217
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|