rclone-api 1.4.27__py2.py3-none-any.whl → 1.4.28__py2.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-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/METADATA +4 -3
- {rclone_api-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/RECORD +6 -6
- {rclone_api-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/LICENSE +0 -0
- {rclone_api-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/WHEEL +0 -0
- {rclone_api-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.4.27.dist-info → rclone_api-1.4.28.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: rclone_api
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.28
|
4
4
|
Summary: rclone api in python
|
5
5
|
Home-page: https://github.com/zackees/rclone-api
|
6
6
|
License: BSD 3-Clause License
|
7
|
-
Keywords:
|
7
|
+
Keywords: rclone,api,python,fast,sftp,s3,backblaze
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
9
9
|
Requires-Python: >=3.10
|
10
10
|
Description-Content-Type: text/markdown
|
@@ -37,7 +37,7 @@ Got a lot of data to transfer quickly? This package is for you.
|
|
37
37
|
|
38
38
|
This library was built out of necessity to transfer large amounts of AI training data. Aggressive default means this api will transfer faster than rclone does in stock settings.
|
39
39
|
|
40
|
-
You must have rclone in your path to use this library. You'd want this anyway because rclone is still under heavy developement.
|
40
|
+
You must have [rclone](https://rclone.org/) in your path to use this library. You'd want this anyway because rclone is still under heavy developement.
|
41
41
|
|
42
42
|
# Install
|
43
43
|
|
@@ -49,6 +49,7 @@ In addition to providing easy python use for rclone, this package provides addit
|
|
49
49
|
|
50
50
|
* Resumable multi-part uploads when s3 is the destination.
|
51
51
|
* Diffing src/dst repos as a stream of `list[str]`.
|
52
|
+
* Dumping repo information to an sqlite/postgres/mysql database.
|
52
53
|
* Efficient copying of byte ranges of a file.
|
53
54
|
* Aggressive default settings for copying / syncing operations for extreme performance.
|
54
55
|
* Some platform specific fixes.
|
@@ -51,9 +51,9 @@ rclone_api/s3/multipart/upload_parts_inline.py,sha256=V7syKjFyVIe4U9Ahl5XgqVTzt9
|
|
51
51
|
rclone_api/s3/multipart/upload_parts_resumable.py,sha256=diJoUpVYow6No_dNgOZIYVsv43k4evb6zixqpzWJaUk,9771
|
52
52
|
rclone_api/s3/multipart/upload_parts_server_side_merge.py,sha256=Fp2pdrs5dONQI9LkfNolgAGj1-Z2V1SsRd0r0sreuXI,18040
|
53
53
|
rclone_api/s3/multipart/upload_state.py,sha256=f-Aq2NqtAaMUMhYitlICSNIxCKurWAl2gDEUVizLIqw,6019
|
54
|
-
rclone_api-1.4.
|
55
|
-
rclone_api-1.4.
|
56
|
-
rclone_api-1.4.
|
57
|
-
rclone_api-1.4.
|
58
|
-
rclone_api-1.4.
|
59
|
-
rclone_api-1.4.
|
54
|
+
rclone_api-1.4.28.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
55
|
+
rclone_api-1.4.28.dist-info/METADATA,sha256=sDgVDw-tZ4GUfd_JbHZXb5wDoqKOXoAuJt9uo8uR_W8,18592
|
56
|
+
rclone_api-1.4.28.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
57
|
+
rclone_api-1.4.28.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
|
58
|
+
rclone_api-1.4.28.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
59
|
+
rclone_api-1.4.28.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|