rclone-api 1.5.4__tar.gz → 1.5.5__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.5.4 → rclone_api-1.5.5}/PKG-INFO +6 -1
- {rclone_api-1.5.4 → rclone_api-1.5.5}/README.md +5 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/pyproject.toml +1 -1
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/__init__.py +3 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/rclone_impl.py +4 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/PKG-INFO +6 -1
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.aiderignore +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.gitignore +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.pylintrc +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.vscode/launch.json +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.vscode/settings.json +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/.vscode/tasks.json +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/LICENSE +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/MANIFEST.in +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/clean +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/install +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/lint +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/requirements.testing.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/setup.cfg +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/setup.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cmd/analyze.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cmd/copy_large_s3_finish.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/cmd/save_to_db.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/config.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/db/__init__.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/db/db.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/db/models.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/detail/copy_file_parts_resumable.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/detail/walk.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/file.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/file_item.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/file_part.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/file_stream.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/http_server.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/install.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/log.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/mount.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/process.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/chunk_task.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/file_info.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/finished_piece.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/info_json.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/merge_state.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_info.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_parts_inline.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_parts_resumable.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_parts_server_side_merge.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_state.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/types.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/util.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/test +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_copy.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_copy_bytes.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_copy_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_db.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_diff.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_file_item.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_group_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_install.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_is_synced.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_ls.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_ls_stream_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_mount.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_obscure.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_read_write_text.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_remote_control.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_remotes.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_s3.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_serve_http.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_size_files.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tests/test_walk.py +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/tox.ini +0 -0
- {rclone_api-1.5.4 → rclone_api-1.5.5}/upload_package.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: rclone_api
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.5
|
4
4
|
Summary: rclone api in python
|
5
5
|
Home-page: https://github.com/zackees/rclone-api
|
6
6
|
License: BSD 3-Clause License
|
@@ -100,6 +100,8 @@ def test_ls_glob_png(self) -> None:
|
|
100
100
|
|
101
101
|
```python
|
102
102
|
|
103
|
+
from rclone_api import Rclone
|
104
|
+
|
103
105
|
class Rclone:
|
104
106
|
"""
|
105
107
|
Main interface for interacting with Rclone.
|
@@ -831,6 +833,7 @@ class Rclone:
|
|
831
833
|
src: Remote | Dir | str,
|
832
834
|
outdir: Path,
|
833
835
|
allow_writes: bool | None = False,
|
836
|
+
transfers: int | None = None, # number of writes to perform in parallel
|
834
837
|
use_links: bool | None = None,
|
835
838
|
vfs_cache_mode: str | None = None,
|
836
839
|
verbose: bool | None = None,
|
@@ -848,6 +851,7 @@ class Rclone:
|
|
848
851
|
src: Remote or directory to mount
|
849
852
|
outdir: Local path to mount to
|
850
853
|
allow_writes: Whether to allow write operations
|
854
|
+
transfers: Number of parallel write operations
|
851
855
|
use_links: Whether to use symbolic links
|
852
856
|
vfs_cache_mode: VFS cache mode (e.g., "full", "minimal")
|
853
857
|
verbose: Whether to show detailed output
|
@@ -863,6 +867,7 @@ class Rclone:
|
|
863
867
|
src=src,
|
864
868
|
outdir=outdir,
|
865
869
|
allow_writes=allow_writes,
|
870
|
+
transfers=transfers,
|
866
871
|
use_links=use_links,
|
867
872
|
vfs_cache_mode=vfs_cache_mode,
|
868
873
|
verbose=verbose,
|
@@ -77,6 +77,8 @@ def test_ls_glob_png(self) -> None:
|
|
77
77
|
|
78
78
|
```python
|
79
79
|
|
80
|
+
from rclone_api import Rclone
|
81
|
+
|
80
82
|
class Rclone:
|
81
83
|
"""
|
82
84
|
Main interface for interacting with Rclone.
|
@@ -808,6 +810,7 @@ class Rclone:
|
|
808
810
|
src: Remote | Dir | str,
|
809
811
|
outdir: Path,
|
810
812
|
allow_writes: bool | None = False,
|
813
|
+
transfers: int | None = None, # number of writes to perform in parallel
|
811
814
|
use_links: bool | None = None,
|
812
815
|
vfs_cache_mode: str | None = None,
|
813
816
|
verbose: bool | None = None,
|
@@ -825,6 +828,7 @@ class Rclone:
|
|
825
828
|
src: Remote or directory to mount
|
826
829
|
outdir: Local path to mount to
|
827
830
|
allow_writes: Whether to allow write operations
|
831
|
+
transfers: Number of parallel write operations
|
828
832
|
use_links: Whether to use symbolic links
|
829
833
|
vfs_cache_mode: VFS cache mode (e.g., "full", "minimal")
|
830
834
|
verbose: Whether to show detailed output
|
@@ -840,6 +844,7 @@ class Rclone:
|
|
840
844
|
src=src,
|
841
845
|
outdir=outdir,
|
842
846
|
allow_writes=allow_writes,
|
847
|
+
transfers=transfers,
|
843
848
|
use_links=use_links,
|
844
849
|
vfs_cache_mode=vfs_cache_mode,
|
845
850
|
verbose=verbose,
|
@@ -794,6 +794,7 @@ class Rclone:
|
|
794
794
|
src: Remote | Dir | str,
|
795
795
|
outdir: Path,
|
796
796
|
allow_writes: bool | None = False,
|
797
|
+
transfers: int | None = None, # number of writes to perform in parallel
|
797
798
|
use_links: bool | None = None,
|
798
799
|
vfs_cache_mode: str | None = None,
|
799
800
|
verbose: bool | None = None,
|
@@ -811,6 +812,7 @@ class Rclone:
|
|
811
812
|
src: Remote or directory to mount
|
812
813
|
outdir: Local path to mount to
|
813
814
|
allow_writes: Whether to allow write operations
|
815
|
+
transfers: Number of parallel write operations
|
814
816
|
use_links: Whether to use symbolic links
|
815
817
|
vfs_cache_mode: VFS cache mode (e.g., "full", "minimal")
|
816
818
|
verbose: Whether to show detailed output
|
@@ -826,6 +828,7 @@ class Rclone:
|
|
826
828
|
src=src,
|
827
829
|
outdir=outdir,
|
828
830
|
allow_writes=allow_writes,
|
831
|
+
transfers=transfers,
|
829
832
|
use_links=use_links,
|
830
833
|
vfs_cache_mode=vfs_cache_mode,
|
831
834
|
verbose=verbose,
|
@@ -996,6 +996,7 @@ class RcloneImpl:
|
|
996
996
|
src: Remote | Dir | str,
|
997
997
|
outdir: Path,
|
998
998
|
allow_writes: bool | None = False,
|
999
|
+
transfers: int | None = None,
|
999
1000
|
use_links: bool | None = None,
|
1000
1001
|
vfs_cache_mode: str | None = None,
|
1001
1002
|
verbose: bool | None = None,
|
@@ -1036,6 +1037,9 @@ class RcloneImpl:
|
|
1036
1037
|
if cache_dir:
|
1037
1038
|
cmd_list.append("--cache-dir")
|
1038
1039
|
cmd_list.append(str(cache_dir.absolute()))
|
1040
|
+
if transfers is not None:
|
1041
|
+
cmd_list.append("--transfers")
|
1042
|
+
cmd_list.append(str(transfers))
|
1039
1043
|
if debug_fuse:
|
1040
1044
|
cmd_list.append("--debug-fuse")
|
1041
1045
|
if verbose:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: rclone_api
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.5
|
4
4
|
Summary: rclone api in python
|
5
5
|
Home-page: https://github.com/zackees/rclone-api
|
6
6
|
License: BSD 3-Clause License
|
@@ -100,6 +100,8 @@ def test_ls_glob_png(self) -> None:
|
|
100
100
|
|
101
101
|
```python
|
102
102
|
|
103
|
+
from rclone_api import Rclone
|
104
|
+
|
103
105
|
class Rclone:
|
104
106
|
"""
|
105
107
|
Main interface for interacting with Rclone.
|
@@ -831,6 +833,7 @@ class Rclone:
|
|
831
833
|
src: Remote | Dir | str,
|
832
834
|
outdir: Path,
|
833
835
|
allow_writes: bool | None = False,
|
836
|
+
transfers: int | None = None, # number of writes to perform in parallel
|
834
837
|
use_links: bool | None = None,
|
835
838
|
vfs_cache_mode: str | None = None,
|
836
839
|
verbose: bool | None = None,
|
@@ -848,6 +851,7 @@ class Rclone:
|
|
848
851
|
src: Remote or directory to mount
|
849
852
|
outdir: Local path to mount to
|
850
853
|
allow_writes: Whether to allow write operations
|
854
|
+
transfers: Number of parallel write operations
|
851
855
|
use_links: Whether to use symbolic links
|
852
856
|
vfs_cache_mode: VFS cache mode (e.g., "full", "minimal")
|
853
857
|
verbose: Whether to show detailed output
|
@@ -863,6 +867,7 @@ class Rclone:
|
|
863
867
|
src=src,
|
864
868
|
outdir=outdir,
|
865
869
|
allow_writes=allow_writes,
|
870
|
+
transfers=transfers,
|
866
871
|
use_links=use_links,
|
867
872
|
vfs_cache_mode=vfs_cache_mode,
|
868
873
|
verbose=verbose,
|
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
|
{rclone_api-1.5.4 → rclone_api-1.5.5}/src/rclone_api/s3/multipart/upload_parts_server_side_merge.py
RENAMED
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
|