rclone-api 1.0.83__tar.gz → 1.0.84__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.0.83 → rclone_api-1.0.84}/PKG-INFO +1 -1
- {rclone_api-1.0.83 → rclone_api-1.0.84}/pyproject.toml +1 -1
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/rclone.py +20 -2
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.aiderignore +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.gitignore +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.pylintrc +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.vscode/launch.json +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.vscode/settings.json +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/.vscode/tasks.json +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/LICENSE +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/MANIFEST.in +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/README.md +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/clean +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/install +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/lint +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/requirements.testing.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/setup.cfg +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/setup.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/config.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/file.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/process.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/types.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/util.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/test +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_copy.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_copy_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_diff.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_group_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_is_synced.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_ls.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_mount.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_mount_webdav.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_obscure.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_remote_control.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_remotes.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_serve_webdav.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_size_files.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tests/test_walk.py +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/tox.ini +0 -0
- {rclone_api-1.0.83 → rclone_api-1.0.84}/upload_package.sh +0 -0
|
@@ -495,7 +495,16 @@ class Rclone:
|
|
|
495
495
|
warnings.warn(f"Error deleting files: {cp.stderr}")
|
|
496
496
|
return out
|
|
497
497
|
|
|
498
|
-
def copy(
|
|
498
|
+
def copy(
|
|
499
|
+
self,
|
|
500
|
+
src: Dir | str,
|
|
501
|
+
dst: Dir | str,
|
|
502
|
+
check: bool | None = None,
|
|
503
|
+
transfers: int | None = None,
|
|
504
|
+
checkers: int | None = None,
|
|
505
|
+
multi_thread_streams: int | None = None,
|
|
506
|
+
other_args: list[str] | None = None,
|
|
507
|
+
) -> CompletedProcess:
|
|
499
508
|
"""Copy files from source to destination.
|
|
500
509
|
|
|
501
510
|
Args:
|
|
@@ -506,8 +515,17 @@ class Rclone:
|
|
|
506
515
|
# dst_dir = dst.path.path
|
|
507
516
|
src_dir = convert_to_str(src)
|
|
508
517
|
dst_dir = convert_to_str(dst)
|
|
518
|
+
check = get_check(check)
|
|
519
|
+
checkers = checkers or 1000
|
|
520
|
+
transfers = transfers or 32
|
|
509
521
|
cmd_list: list[str] = ["copy", src_dir, dst_dir]
|
|
510
|
-
|
|
522
|
+
cmd_list += ["--checkers", str(checkers)]
|
|
523
|
+
cmd_list += ["--transfers", str(transfers)]
|
|
524
|
+
if multi_thread_streams is not None:
|
|
525
|
+
cmd_list += ["--multi-thread-streams", str(multi_thread_streams)]
|
|
526
|
+
if other_args:
|
|
527
|
+
cmd_list += other_args
|
|
528
|
+
cp = self._run(cmd_list, check=check, capture=False)
|
|
511
529
|
return CompletedProcess.from_subprocess(cp)
|
|
512
530
|
|
|
513
531
|
def purge(self, path: Dir | str) -> CompletedProcess:
|
|
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
|