rclone-api 1.4.27__tar.gz → 1.4.29__tar.gz

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.
Files changed (109) hide show
  1. {rclone_api-1.4.27 → rclone_api-1.4.29}/.gitignore +2 -1
  2. {rclone_api-1.4.27 → rclone_api-1.4.29}/PKG-INFO +27 -12
  3. {rclone_api-1.4.27 → rclone_api-1.4.29}/README.md +26 -11
  4. {rclone_api-1.4.27 → rclone_api-1.4.29}/pyproject.toml +2 -2
  5. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/PKG-INFO +27 -12
  6. {rclone_api-1.4.27 → rclone_api-1.4.29}/.aiderignore +0 -0
  7. {rclone_api-1.4.27 → rclone_api-1.4.29}/.github/workflows/lint.yml +0 -0
  8. {rclone_api-1.4.27 → rclone_api-1.4.29}/.github/workflows/push_macos.yml +0 -0
  9. {rclone_api-1.4.27 → rclone_api-1.4.29}/.github/workflows/push_ubuntu.yml +0 -0
  10. {rclone_api-1.4.27 → rclone_api-1.4.29}/.github/workflows/push_win.yml +0 -0
  11. {rclone_api-1.4.27 → rclone_api-1.4.29}/.pylintrc +0 -0
  12. {rclone_api-1.4.27 → rclone_api-1.4.29}/.vscode/launch.json +0 -0
  13. {rclone_api-1.4.27 → rclone_api-1.4.29}/.vscode/settings.json +0 -0
  14. {rclone_api-1.4.27 → rclone_api-1.4.29}/.vscode/tasks.json +0 -0
  15. {rclone_api-1.4.27 → rclone_api-1.4.29}/LICENSE +0 -0
  16. {rclone_api-1.4.27 → rclone_api-1.4.29}/MANIFEST.in +0 -0
  17. {rclone_api-1.4.27 → rclone_api-1.4.29}/clean +0 -0
  18. {rclone_api-1.4.27 → rclone_api-1.4.29}/install +0 -0
  19. {rclone_api-1.4.27 → rclone_api-1.4.29}/lint +0 -0
  20. {rclone_api-1.4.27 → rclone_api-1.4.29}/requirements.testing.txt +0 -0
  21. {rclone_api-1.4.27 → rclone_api-1.4.29}/setup.cfg +0 -0
  22. {rclone_api-1.4.27 → rclone_api-1.4.29}/setup.py +0 -0
  23. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/__init__.py +0 -0
  24. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/assets/example.txt +0 -0
  25. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cli.py +0 -0
  26. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cmd/analyze.py +0 -0
  27. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cmd/copy_large_s3.py +0 -0
  28. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cmd/copy_large_s3_finish.py +0 -0
  29. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cmd/list_files.py +0 -0
  30. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/cmd/save_to_db.py +0 -0
  31. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/completed_process.py +0 -0
  32. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/config.py +0 -0
  33. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/convert.py +0 -0
  34. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/db/__init__.py +0 -0
  35. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/db/db.py +0 -0
  36. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/db/models.py +0 -0
  37. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/deprecated.py +0 -0
  38. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/detail/copy_file_parts_resumable.py +0 -0
  39. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/detail/walk.py +0 -0
  40. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/diff.py +0 -0
  41. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/dir.py +0 -0
  42. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/dir_listing.py +0 -0
  43. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/exec.py +0 -0
  44. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/experimental/flags.py +0 -0
  45. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/experimental/flags_base.py +0 -0
  46. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/file.py +0 -0
  47. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/file_item.py +0 -0
  48. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/file_part.py +0 -0
  49. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/file_stream.py +0 -0
  50. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/filelist.py +0 -0
  51. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/group_files.py +0 -0
  52. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/http_server.py +0 -0
  53. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/log.py +0 -0
  54. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/mount.py +0 -0
  55. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/process.py +0 -0
  56. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/rclone_impl.py +0 -0
  57. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/remote.py +0 -0
  58. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/rpath.py +0 -0
  59. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/api.py +0 -0
  60. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/basic_ops.py +0 -0
  61. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/chunk_task.py +0 -0
  62. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/create.py +0 -0
  63. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/file_info.py +0 -0
  64. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/finished_piece.py +0 -0
  65. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/info_json.py +0 -0
  66. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/merge_state.py +0 -0
  67. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/upload_info.py +0 -0
  68. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/upload_parts_inline.py +0 -0
  69. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/upload_parts_resumable.py +0 -0
  70. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/upload_parts_server_side_merge.py +0 -0
  71. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/multipart/upload_state.py +0 -0
  72. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/s3/types.py +0 -0
  73. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/scan_missing_folders.py +0 -0
  74. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/types.py +0 -0
  75. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api/util.py +0 -0
  76. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/SOURCES.txt +0 -0
  77. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/dependency_links.txt +0 -0
  78. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/entry_points.txt +0 -0
  79. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/requires.txt +0 -0
  80. {rclone_api-1.4.27 → rclone_api-1.4.29}/src/rclone_api.egg-info/top_level.txt +0 -0
  81. {rclone_api-1.4.27 → rclone_api-1.4.29}/test +0 -0
  82. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/archive/test_paramiko.py.disabled +0 -0
  83. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_cmd_list_files.py +0 -0
  84. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_copy.py +0 -0
  85. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_copy_bytes.py +0 -0
  86. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_copy_file_resumable_s3.py +0 -0
  87. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_copy_files.py +0 -0
  88. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_db.py +0 -0
  89. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_diff.py +0 -0
  90. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_file_item.py +0 -0
  91. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_group_files.py +0 -0
  92. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_is_synced.py +0 -0
  93. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_ls.py +0 -0
  94. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_ls_stream_files.py +0 -0
  95. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_mount.py +0 -0
  96. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_mount_s3.py +0 -0
  97. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_obscure.py +0 -0
  98. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_rclone_config.py +0 -0
  99. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_read_write_text.py +0 -0
  100. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_remote_control.py +0 -0
  101. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_remotes.py +0 -0
  102. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_s3.py +0 -0
  103. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_scan_missing_folders.py +0 -0
  104. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_serve_http.py +0 -0
  105. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_size_files.py +0 -0
  106. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_size_suffix.py +0 -0
  107. {rclone_api-1.4.27 → rclone_api-1.4.29}/tests/test_walk.py +0 -0
  108. {rclone_api-1.4.27 → rclone_api-1.4.29}/tox.ini +0 -0
  109. {rclone_api-1.4.27 → rclone_api-1.4.29}/upload_package.sh +0 -0
@@ -154,4 +154,5 @@ state.json
154
154
  database.db
155
155
  data.db
156
156
  test.db
157
- test_tmp_serve_http
157
+ test_tmp_serve_http
158
+ chunks
@@ -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`
@@ -16,7 +16,7 @@ Got a lot of data to transfer quickly? This package is for you.
16
16
 
17
17
  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.
18
18
 
19
- You must have rclone in your path to use this library. You'd want this anyway because rclone is still under heavy developement.
19
+ 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.
20
20
 
21
21
  # Install
22
22
 
@@ -26,11 +26,22 @@ You must have rclone in your path to use this library. You'd want this anyway be
26
26
 
27
27
  In addition to providing easy python use for rclone, this package provides additional features:
28
28
 
29
- * Resumable multi-part uploads when s3 is the destination.
30
- * Diffing src/dst repos as a stream of `list[str]`.
31
- * Efficient copying of byte ranges of a file.
32
29
  * Aggressive default settings for copying / syncing operations for extreme performance.
33
- * Some platform specific fixes.
30
+ * Database Support: Dump repo information to an sqlite/postgres/mysql database.
31
+ * One repo path -> table.
32
+ * Scoped objects for:
33
+ * Mounts.
34
+ * File servers.
35
+ * Enforces correct cleanup
36
+ * Mounts are easier - platform specific setup and teardown.
37
+ * Resumable multi-part uploads when s3 is the destination.
38
+ * Fast diffing src/dst repos as a stream of `list[str]`.
39
+ * Find which files need are missing and need to be copied.
40
+ * Efficiently build pipelines to select copy strategy based on file size.
41
+ * Walk a directory.
42
+ * Breath first.
43
+ * Depth first.
44
+ * Use the HttpServer to slice out byte ranges from extremely large files.
34
45
 
35
46
 
36
47
  ## Example
@@ -523,12 +534,16 @@ class Rclone:
523
534
  ```
524
535
 
525
536
 
526
- To develop software, run `. ./activate`
527
-
528
- # Windows
537
+ # Contributing
529
538
 
530
- This environment requires you to use `git-bash`.
539
+ ```bash
540
+ git clone https://github.comn/zackees/rclone-api
541
+ cd rclone-api
542
+ ./install
543
+ ./lint
544
+ ./test
545
+ ```
531
546
 
532
- # Linting
547
+ # Windows
533
548
 
534
- Run `./lint`
549
+ This environment requires you to use `git-bash`.
@@ -7,7 +7,7 @@ name = "rclone_api"
7
7
  readme = "README.md"
8
8
  description = "rclone api in python"
9
9
  requires-python = ">=3.10"
10
- keywords = ["template-python-cmd"]
10
+ keywords = ["rclone", "api", "python", "fast", "sftp", "s3", "backblaze"]
11
11
  license = { text = "BSD 3-Clause License" }
12
12
  classifiers = ["Programming Language :: Python :: 3"]
13
13
  dependencies = [
@@ -25,7 +25,7 @@ dependencies = [
25
25
  ]
26
26
 
27
27
  # Change this with the version number bump.
28
- version = "1.4.27"
28
+ version = "1.4.29"
29
29
 
30
30
  [tool.setuptools]
31
31
  package-dir = {"" = "src"}
@@ -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`
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes