rclone-api 1.4.28__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,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rclone_api
3
- Version: 1.4.28
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
@@ -47,12 +47,22 @@ You must have [rclone](https://rclone.org/) in your path to use this library. Yo
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
- * Dumping repo information to an sqlite/postgres/mysql database.
53
- * Efficient copying of byte ranges of a file.
54
50
  * Aggressive default settings for copying / syncing operations for extreme performance.
55
- * 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.
56
66
 
57
67
 
58
68
  ## Example
@@ -545,12 +555,16 @@ class Rclone:
545
555
  ```
546
556
 
547
557
 
548
- 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
+ ```
549
567
 
550
568
  # Windows
551
569
 
552
570
  This environment requires you to use `git-bash`.
553
-
554
- # Linting
555
-
556
- 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.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,,
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,,