rclone-api 1.5.25__py3-none-any.whl → 1.5.26__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/__init__.py +5 -1
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/METADATA +1 -1
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/RECORD +7 -7
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/WHEEL +0 -0
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/licenses/LICENSE +0 -0
- {rclone_api-1.5.25.dist-info → rclone_api-1.5.26.dist-info}/top_level.txt +0 -0
rclone_api/__init__.py
CHANGED
@@ -24,7 +24,7 @@ from .dir_listing import DirListing # Directory contents representation
|
|
24
24
|
from .file import File, FileItem # File representation
|
25
25
|
from .file_stream import FilesStream # Streaming file listings
|
26
26
|
from .filelist import FileList # File list utilities
|
27
|
-
from .fs import FSPath, RemoteFS # Filesystem utilities
|
27
|
+
from .fs import FSPath, RealFS, RemoteFS # Filesystem utilities
|
28
28
|
from .http_server import HttpFetcher, HttpServer, Range # HTTP serving capabilities
|
29
29
|
|
30
30
|
# Import logging configuration utilities
|
@@ -972,4 +972,8 @@ __all__ = [
|
|
972
972
|
"Range", # HTTP range
|
973
973
|
"HttpFetcher", # HTTP fetcher
|
974
974
|
"PartInfo", # Part information for uploads
|
975
|
+
"RealFS", # Real filesystem
|
976
|
+
"RemoteFS", # Remote filesystem
|
977
|
+
"FSPath", # File object backed by a real or remote filesystem
|
978
|
+
"FilesStream",
|
975
979
|
]
|
@@ -1,4 +1,4 @@
|
|
1
|
-
rclone_api/__init__.py,sha256=
|
1
|
+
rclone_api/__init__.py,sha256=1bmwlfdExJS7wFFWJyaS8GFhxbBUDfKhCGYD-h_6pgk,33232
|
2
2
|
rclone_api/cli.py,sha256=dibfAZIh0kXWsBbfp3onKLjyZXo54mTzDjUdzJlDlWo,231
|
3
3
|
rclone_api/completed_process.py,sha256=_IZ8IWK7DM1_tsbDEkH6wPZ-bbcrgf7A7smls854pmg,1775
|
4
4
|
rclone_api/config.py,sha256=f6jEAxVorGFr31oHfcsu5AJTtOJj2wR5tTSsbGGZuIw,2558
|
@@ -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.26.dist-info/licenses/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
58
|
+
rclone_api-1.5.26.dist-info/METADATA,sha256=H0bEHI4tOsGrt6Be5m_UBMyA20KqSJdhZ5KJwUyvl6M,37155
|
59
|
+
rclone_api-1.5.26.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
60
|
+
rclone_api-1.5.26.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
|
61
|
+
rclone_api-1.5.26.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
62
|
+
rclone_api-1.5.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|