rclone_python icon indicating copy to clipboard operation
rclone_python copied to clipboard

rclone python wrapper

Results 12 rclone_python issues
Sort by recently updated
recently updated
newest added

I split the keepass.db file into 3 files and then I added a folder to each one. After that, I used rclone to privately synchronize each file in each folder...

Is the library currently supported? Does it make sense to add improvements, fixes (anything related to PRs) or better fork? @Johannes11833 Thanks for answer!

Hi, Any chance you make `rclone_python` available on `conda-forge`? It will be great to have it in a `conda` environment.

I would like to request a support for Windows operating system. Currently, rclone can be utilized using an executable file in Windows. Maybe the library can be configured to the...

The args splicing method in the 0.1.12 release is as follows ``` def args2string(args: List[str]) -> str: out = "" for item in args: out += f" {item}" return out...

Can you add the rclone copy speed information to the output progress

Nice utility. Suggestion: A client that is using the copy operation, might want to do some logistics or translations. A good feature would be to allow a this as a...

I’d like to be able to either • check whether a S3 destination directory exists • have an option for copy to fail if destination ends in “/”, and this...

- [x] add code linitng and mypy - [ ] migrate to --stat + json stats - [ ] use [rclone serve with bandwith limit](https://rclone.org/flags/#networking) for tests

https://rclone.org/commands/rclone_rcd/ allows to start a http server which supports async jobs https://rclone.org/rc/#running-asynchronous-jobs-with-async-true and generally sending out commands in a json-parseable manner