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.1.0.tar.gz
(17.6 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.1.0.tar.gz.
File metadata
- Download URL: wcpan.drive.google-3.1.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906afb51e6e355eb7d6f5ff6b198b79cff1fec8bf1d7ce114a3155f29de90d71
|
|
| MD5 |
09dbf9ee8dd5d9b764590b571b119ac7
|
|
| BLAKE2b-256 |
8c34350c37b93c6141c6757503e944ecb726058ef03a9616c02e179b010f05d2
|
File details
Details for the file wcpan.drive.google-3.1.0-py3-none-any.whl.
File metadata
- Download URL: wcpan.drive.google-3.1.0-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3164f84823ad842f68fc2236a56aaaa9f855a047d4d956137fc5f966219c04
|
|
| MD5 |
5291563f050774e88d4d531b6868f0dc
|
|
| BLAKE2b-256 |
ec2d366c78f745fa2de658db7d14671f4d071e2a7526d135249e4f3efa5daa91
|