rclone-api 1.1.67__tar.gz → 1.1.69__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.67 → rclone_api-1.1.69}/PKG-INFO +1 -1
- {rclone_api-1.1.67 → rclone_api-1.1.69}/pyproject.toml +1 -1
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/mount.py +11 -1
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.aiderignore +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.gitignore +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.pylintrc +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.vscode/launch.json +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.vscode/settings.json +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/LICENSE +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/MANIFEST.in +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/README.md +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/clean +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/install +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/lint +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/requirements.testing.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/setup.cfg +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/setup.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/profile/mount_copy_bytes.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/rclone.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/chunk_types.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/s3/upload_file_multipart.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/types.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/test +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_copy.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_copy_bytes.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_diff.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_ls.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_mount.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_s3.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tests/test_walk.py +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/tox.ini +0 -0
- {rclone_api-1.1.67 → rclone_api-1.1.69}/upload_package.sh +0 -0
|
@@ -310,6 +310,7 @@ class MultiMountFileChunker:
|
|
|
310
310
|
executor.submit(lambda: mount.close())
|
|
311
311
|
|
|
312
312
|
def fetch(self, offset: int, size: int) -> bytes | Exception:
|
|
313
|
+
print(f"Fetching chunk {offset} - {offset + size} from {self.filename}")
|
|
313
314
|
try:
|
|
314
315
|
assert offset % self.chunk_size.as_int() == 0
|
|
315
316
|
assert size <= self.chunk_size.as_int()
|
|
@@ -332,18 +333,26 @@ class MultiMountFileChunker:
|
|
|
332
333
|
self.mounts_processing.append(mount)
|
|
333
334
|
|
|
334
335
|
path = mount.mount_path / self.filename
|
|
336
|
+
print(f"Fetching chunk {start} - {start + chunk_size} from {path}")
|
|
335
337
|
|
|
336
|
-
def task() -> bytes | Exception:
|
|
338
|
+
def task(start=start, size=size, path=path) -> bytes | Exception:
|
|
337
339
|
try:
|
|
340
|
+
print(
|
|
341
|
+
f"Fetching chunk {start} - {start + chunk_size} from {path}"
|
|
342
|
+
)
|
|
338
343
|
with path.open("rb") as f:
|
|
339
344
|
f.seek(offset)
|
|
340
345
|
return f.read(size)
|
|
341
346
|
except KeyboardInterrupt as e:
|
|
342
347
|
import _thread
|
|
343
348
|
|
|
349
|
+
warnings.warn(f"Error fetching file chunk: {e}")
|
|
350
|
+
|
|
344
351
|
_thread.interrupt_main()
|
|
345
352
|
return Exception(e)
|
|
346
353
|
except Exception as e:
|
|
354
|
+
stack_trace = e.__traceback__
|
|
355
|
+
warnings.warn(f"Error fetching file chunk: {e}\n{stack_trace}")
|
|
347
356
|
return e
|
|
348
357
|
finally:
|
|
349
358
|
with self.lock:
|
|
@@ -364,4 +373,5 @@ class MultiMountFileChunker:
|
|
|
364
373
|
del chunk
|
|
365
374
|
return out
|
|
366
375
|
except Exception as e:
|
|
376
|
+
warnings.warn(f"Error fetching file chunk: {e}")
|
|
367
377
|
return e
|
|
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
|
|
File without changes
|