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.2.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.2.tar.gz.
File metadata
- Download URL: wcpan.drive.google-3.0.2.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42218398506b3acdd9bab867fb87bfacebad72fb80136b5aeda4b18858043e11
|
|
| MD5 |
84b65b221f6a6fcb12263eefb4ae3260
|
|
| BLAKE2b-256 |
09a126e4766e7aac8d052693aba3549d9a27616c82364f4822de4a91dc8079de
|
File details
Details for the file wcpan.drive.google-3.0.2-py3-none-any.whl.
File metadata
- Download URL: wcpan.drive.google-3.0.2-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e856f7d0ab6b78203be989f0b79f93bfcfbb8c9179b8e0b71b666e95cfed995d
|
|
| MD5 |
6b621937f68797118f207e2ffec339b9
|
|
| BLAKE2b-256 |
0473e8cc9a372b5b1d6694c86b12a0254030523fdaf8ddb90c57c8d43d2f775d
|