Asynchronous Google Drive API.
Project description
wcpan.drive.google
Asynchronous Google Drive API.
Example Usage
import os.path as op
from wcpan.drive.google import Drive
async def api_demo():
path = op.expanduser('~/.cache/wcpan/drive/google')
async with Drive(path) as drive:
node = await drive.get_node_by_path('/path/to/drive/file')
ok = await drive.download_file(node, '/path/to/local')
Command Line Usage
python3 -m wcpan.drive.google -h
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
wcpan.drive.google-3.0.1.tar.gz
(17.4 kB
view details)
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.google-3.0.1.tar.gz.
File metadata
- Download URL: wcpan.drive.google-3.0.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
979e15ef6f2ee37a030c647296c901ce4b2aee677025df116fe19f3408ccd19c
|
|
| MD5 |
e6e21e4fd2869043bcc37809714d7fe3
|
|
| BLAKE2b-256 |
bacb1afe394848675006ec53b0c540d54396e2d8b4150c882f748f1470821cc6
|
File details
Details for the file wcpan.drive.google-3.0.1-py3-none-any.whl.
File metadata
- Download URL: wcpan.drive.google-3.0.1-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8e9c050f8cc0e9941e309764c5cf82a2cb50b5b285ba36f4981a460fba0fa67
|
|
| MD5 |
cf83dd06de572f07d777bf5dd0d1d84d
|
|
| BLAKE2b-256 |
d6d58f64dc3e82c44243a4be13814d087bed3ab6db5930b7033737bfa89401b2
|