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-5.0.0.tar.gz
(22.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-5.0.0.tar.gz.
File metadata
- Download URL: wcpan.drive.google-5.0.0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e68430752c2df8023db7dad3de5a7156b84148a6b4c33789197681b71bafa8ec
|
|
| MD5 |
99772564177060c883f78fa41f04c2d9
|
|
| BLAKE2b-256 |
5430fce4cdb76f3d8374fda862a852d3e93b6c760cd8099a8d0f7071d9c59fdb
|
File details
Details for the file wcpan.drive.google-5.0.0-py3-none-any.whl.
File metadata
- Download URL: wcpan.drive.google-5.0.0-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1cd0d3134ee24d556ba6ba661ca0544976e55395b2791d0d8a73a2013943511
|
|
| MD5 |
af0119278f94bac70e4ecf499814747d
|
|
| BLAKE2b-256 |
f5f9675439ae1aa9fed7395bfc4e5ac55fdc874d5050903c1fde0e54272bb653
|