rclone-api 1.1.37__tar.gz → 1.1.39__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.37 → rclone_api-1.1.39}/PKG-INFO +1 -1
- {rclone_api-1.1.37 → rclone_api-1.1.39}/pyproject.toml +1 -1
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/profile/mount_copy_bytes.py +8 -4
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.aiderignore +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.gitignore +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.pylintrc +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.vscode/launch.json +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.vscode/settings.json +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/LICENSE +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/MANIFEST.in +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/README.md +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/clean +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/install +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/lint +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/requirements.testing.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/setup.cfg +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/setup.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/mount.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/rclone.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/chunk_types.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/s3/upload_file_multipart.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/types.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/test +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_copy.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_copy_bytes.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_diff.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_ls.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_mount.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_s3.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tests/test_walk.py +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/tox.ini +0 -0
- {rclone_api-1.1.37 → rclone_api-1.1.39}/upload_package.sh +0 -0
|
@@ -12,15 +12,12 @@ from dotenv import load_dotenv
|
|
|
12
12
|
|
|
13
13
|
from rclone_api import Config, Rclone, SizeSuffix
|
|
14
14
|
|
|
15
|
-
load_dotenv()
|
|
16
|
-
|
|
17
|
-
BUCKET_NAME = os.getenv("BUCKET_NAME") # Default if not in .env
|
|
18
|
-
|
|
19
15
|
|
|
20
16
|
@dataclass
|
|
21
17
|
class Credentials:
|
|
22
18
|
BUCKET_KEY_SECRET: str
|
|
23
19
|
BUCKET_KEY_PUBLIC: str
|
|
20
|
+
BUCKET_NAME: str
|
|
24
21
|
SRC_SFTP_HOST: str
|
|
25
22
|
SRC_SFTP_USER: str
|
|
26
23
|
SRC_SFTP_PORT: str
|
|
@@ -31,6 +28,11 @@ class Credentials:
|
|
|
31
28
|
def _generate_rclone_config() -> tuple[Config, Credentials]:
|
|
32
29
|
|
|
33
30
|
cwd = Path.cwd()
|
|
31
|
+
env_path = cwd / ".env"
|
|
32
|
+
assert (
|
|
33
|
+
env_path.exists()
|
|
34
|
+
), "this test requires that the secret .env file exists with the credentials"
|
|
35
|
+
load_dotenv(env_path, verbose=True)
|
|
34
36
|
print(f"Current working directory: {cwd}")
|
|
35
37
|
|
|
36
38
|
# assert that .env exists for this test
|
|
@@ -43,6 +45,7 @@ def _generate_rclone_config() -> tuple[Config, Credentials]:
|
|
|
43
45
|
# Load additional environment variables
|
|
44
46
|
BUCKET_KEY_SECRET = os.getenv("BUCKET_KEY_SECRET")
|
|
45
47
|
BUCKET_KEY_PUBLIC = os.getenv("BUCKET_KEY_PUBLIC")
|
|
48
|
+
BUCKET_NAME = os.getenv("BUCKET_NAME")
|
|
46
49
|
SRC_SFTP_HOST = os.getenv("SRC_SFTP_HOST")
|
|
47
50
|
SRC_SFTP_USER = os.getenv("SRC_SFTP_USER")
|
|
48
51
|
SRC_SFTP_PORT = os.getenv("SRC_SFTP_PORT")
|
|
@@ -75,6 +78,7 @@ pass = {SRC_SFTP_PASS}
|
|
|
75
78
|
creds = Credentials(
|
|
76
79
|
BUCKET_KEY_SECRET=str(BUCKET_KEY_SECRET),
|
|
77
80
|
BUCKET_KEY_PUBLIC=str(BUCKET_KEY_PUBLIC),
|
|
81
|
+
BUCKET_NAME=str(BUCKET_NAME),
|
|
78
82
|
SRC_SFTP_HOST=str(SRC_SFTP_HOST),
|
|
79
83
|
SRC_SFTP_USER=str(SRC_SFTP_USER),
|
|
80
84
|
SRC_SFTP_PORT=str(SRC_SFTP_PORT),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|