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.0.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.0.tar.gz.
File metadata
- Download URL: wcpan.drive.google-3.0.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe5f28336ade6961d3afac61a89ba37b91630e0f673415f3849ab941a8c39dd
|
|
| MD5 |
8c691d77df47f2c72ee121b802d50662
|
|
| BLAKE2b-256 |
c63afb26f195ed62d76384599554b078ecb7896259135c447456c873e0b9c6c5
|
File details
Details for the file wcpan.drive.google-3.0.0-py3-none-any.whl.
File metadata
- Download URL: wcpan.drive.google-3.0.0-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5ba98ad578698dfcac84c2ee832ef6035c0084dfa0fb6f460cbcae715bc9ff2
|
|
| MD5 |
9f368b5bbf954f1366a657016119106a
|
|
| BLAKE2b-256 |
acb84bf7c4db76e799523dcbb9ed85f1ce4afe32563c2b4ae65b5e451a293f93
|