command line tool for wcpan.drive
Project description
wcpan.drive.cli
Command line tool for wcpan.drive.
This package needs a driver to actually work with a cloud drive.
Config
You will need a core.yaml file in config path.
By default it is $HOME/.config/wcpan.drive, but you can change it by
--config-prefix flag.
python3 -m wcpan.drive.cli --config-prefix=/path/to/config ...
Here is an example of core.yaml:
version: 1
database: nodes.sqlite
driver: wcpan.drive.google.driver.GoogleDriver
middleware: []
Command Line Usage
Get the latest help:
python3 -m wcpan.drive.cli -h
You need to authorize an user first.
python3 -m wcpan.drive.cli auth
Then you should build local cache. Many commands reliy on this cache to avoid making too many API requests.
Note that this is the ONLY command that will update the cache.
Which means after upload, mkdir, remove, rename, you need to run this
command to make the cache up-to-date.
python3 -m wcpan.drive.cli sync
The remove command only put files to trash can, it does NOT permanently
remove ANY files.
Removing a folder will also remove all its descendants.
python3 -m wcpan.drive.cli remove file1 file2 ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wcpan_drive_cli-2.2.0.tar.gz.
File metadata
- Download URL: wcpan_drive_cli-2.2.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.9.2 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e80c860396e66ec6fe2bafe32533a55a9469ffdc61f9cca611f1fb350137d63
|
|
| MD5 |
1b4b08ecbd2c2fc0f89069d0ec316731
|
|
| BLAKE2b-256 |
c87c6896f8c2b6310f36e51ce68e07053a08065ca24268601827cc6049dd3fb4
|
File details
Details for the file wcpan_drive_cli-2.2.0-py3-none-any.whl.
File metadata
- Download URL: wcpan_drive_cli-2.2.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.9.2 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31a4200471c211ea4d30e19a968c5a438b998f13ac8a509d6545cc735d7dfefe
|
|
| MD5 |
7e3c1ec7923bac0124e8d3707fe82e12
|
|
| BLAKE2b-256 |
b042c797b77c10c43fbc219304852d4ba47b03527d7d7284cdfdd950bf6646f8
|