rclone-api 1.4.27__py2.py3-none-any.whl → 1.4.29__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.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rclone_api
3
- Version: 1.4.27
3
+ Version: 1.4.29
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: template-python-cmd
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
 
@@ -47,11 +47,22 @@ You must have rclone in your path to use this library. You'd want this anyway be
47
47
 
48
48
  In addition to providing easy python use for rclone, this package provides additional features:
49
49
 
50
- * Resumable multi-part uploads when s3 is the destination.
51
- * Diffing src/dst repos as a stream of `list[str]`.
52
- * Efficient copying of byte ranges of a file.
53
50
  * Aggressive default settings for copying / syncing operations for extreme performance.
54
- * Some platform specific fixes.
51
+ * Database Support: Dump repo information to an sqlite/postgres/mysql database.
52
+ * One repo path -> table.
53
+ * Scoped objects for:
54
+ * Mounts.
55
+ * File servers.
56
+ * Enforces correct cleanup
57
+ * Mounts are easier - platform specific setup and teardown.
58
+ * Resumable multi-part uploads when s3 is the destination.
59
+ * Fast diffing src/dst repos as a stream of `list[str]`.
60
+ * Find which files need are missing and need to be copied.
61
+ * Efficiently build pipelines to select copy strategy based on file size.
62
+ * Walk a directory.
63
+ * Breath first.
64
+ * Depth first.
65
+ * Use the HttpServer to slice out byte ranges from extremely large files.
55
66
 
56
67
 
57
68
  ## Example
@@ -544,12 +555,16 @@ class Rclone:
544
555
  ```
545
556
 
546
557
 
547
- To develop software, run `. ./activate`
558
+ # Contributing
559
+
560
+ ```bash
561
+ git clone https://github.comn/zackees/rclone-api
562
+ cd rclone-api
563
+ ./install
564
+ ./lint
565
+ ./test
566
+ ```
548
567
 
549
568
  # Windows
550
569
 
551
570
  This environment requires you to use `git-bash`.
552
-
553
- # Linting
554
-
555
- Run `./lint`
@@ -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.27.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
55
- rclone_api-1.4.27.dist-info/METADATA,sha256=EfHFkopInrpyHiwq_Uai3U5VJIL0lDiR92qPctLEUHk,18480
56
- rclone_api-1.4.27.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
57
- rclone_api-1.4.27.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
58
- rclone_api-1.4.27.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
59
- rclone_api-1.4.27.dist-info/RECORD,,
54
+ rclone_api-1.4.29.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
55
+ rclone_api-1.4.29.dist-info/METADATA,sha256=vlQNjzfQAlpeMhAnU_5xSCWg9E-MALmC6fGPerVQcA0,19053
56
+ rclone_api-1.4.29.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
57
+ rclone_api-1.4.29.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
58
+ rclone_api-1.4.29.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
59
+ rclone_api-1.4.29.dist-info/RECORD,,