rclone-api 1.5.24__py3-none-any.whl → 1.5.25__py3-none-any.whl
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/fs.py +6 -2
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/METADATA +1 -1
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/RECORD +7 -7
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/WHEEL +0 -0
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/licenses/LICENSE +0 -0
- {rclone_api-1.5.24.dist-info → rclone_api-1.5.25.dist-info}/top_level.txt +0 -0
rclone_api/fs.py
CHANGED
@@ -221,10 +221,14 @@ class FSPath:
|
|
221
221
|
assert isinstance(self.fs, RealFS)
|
222
222
|
shutil.rmtree(self.path, ignore_errors=ignore_errors)
|
223
223
|
|
224
|
-
def
|
225
|
-
names: list[str] = self.
|
224
|
+
def lspaths(self) -> "list[FSPath]":
|
225
|
+
names: list[str] = self.ls()
|
226
226
|
return [self / name for name in names]
|
227
227
|
|
228
|
+
def ls(self) -> list[str]:
|
229
|
+
names: list[str] = self.fs.ls(self.path)
|
230
|
+
return names
|
231
|
+
|
228
232
|
@property
|
229
233
|
def name(self) -> str:
|
230
234
|
return Path(self.path).name
|
@@ -13,7 +13,7 @@ rclone_api/file_item.py,sha256=cH-AQYsxedhNPp4c8NHY1ad4Z7St4yf_VGbmiGD59no,1770
|
|
13
13
|
rclone_api/file_part.py,sha256=i6ByS5_sae8Eba-4imBVTxd-xKC8ExWy7NR8QGr0ors,6155
|
14
14
|
rclone_api/file_stream.py,sha256=_W3qnwCuigqA0hzXl2q5pAxSZDRaUSwet4BkT0lpnzs,1431
|
15
15
|
rclone_api/filelist.py,sha256=xbiusvNgaB_b_kQOZoHMJJxn6TWGtPrWd2J042BI28o,767
|
16
|
-
rclone_api/fs.py,sha256=
|
16
|
+
rclone_api/fs.py,sha256=judqhucGuhlsqUCoxa0cELZ-cjVDymlJirrjPzIrJ84,7219
|
17
17
|
rclone_api/group_files.py,sha256=H92xPW9lQnbNw5KbtZCl00bD6iRh9yRbCuxku4j_3dg,8036
|
18
18
|
rclone_api/http_server.py,sha256=ZdL-rGaq0zIjcaIiRIbPBQ4OIWZ7dCu71aq0nRlKtY4,11686
|
19
19
|
rclone_api/install.py,sha256=Xb1BRn8rQcSpSd4dzmvIOELP2zM2DytUeIZ6jzv738A,2893
|
@@ -54,9 +54,9 @@ rclone_api/s3/multipart/upload_parts_inline.py,sha256=V7syKjFyVIe4U9Ahl5XgqVTzt9
|
|
54
54
|
rclone_api/s3/multipart/upload_parts_resumable.py,sha256=6-nlMclS8jyVvMvFbQDcZOX9MY1WbCcKA_s9bwuYxnk,9793
|
55
55
|
rclone_api/s3/multipart/upload_parts_server_side_merge.py,sha256=Fp2pdrs5dONQI9LkfNolgAGj1-Z2V1SsRd0r0sreuXI,18040
|
56
56
|
rclone_api/s3/multipart/upload_state.py,sha256=f-Aq2NqtAaMUMhYitlICSNIxCKurWAl2gDEUVizLIqw,6019
|
57
|
-
rclone_api-1.5.
|
58
|
-
rclone_api-1.5.
|
59
|
-
rclone_api-1.5.
|
60
|
-
rclone_api-1.5.
|
61
|
-
rclone_api-1.5.
|
62
|
-
rclone_api-1.5.
|
57
|
+
rclone_api-1.5.25.dist-info/licenses/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
58
|
+
rclone_api-1.5.25.dist-info/METADATA,sha256=VWQEhDMCtvkYAf_Ts_fiVaTKuy-KRD8k7R9zoVpQqww,37155
|
59
|
+
rclone_api-1.5.25.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
60
|
+
rclone_api-1.5.25.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
|
61
|
+
rclone_api-1.5.25.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
62
|
+
rclone_api-1.5.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|