An extension of gdown
Project description
Dimv
An extension of gdown library, meant to simplify and extend the use of this incredible library
Features:
-
retrieve list of files (or file) in drive directory
-
download files individually or multiple at the time
-
Automatic folder and file naming if downloading folders
-
sharedfeature still not in place
Usage:
Install Dimv on your system with pip:
pip install Dimv
Example:
import Dimv as dimv
folder = 'https://drive.google.com/drive/folders/1e0GsZ6_RbG8su43MfiOx4pURIoOqEqaL'
id = '1mJ-jfHNbXjjhCWIzaIW3ZvRaXw9VohpL'
dimv.find_files(folder, quiet = True)
dimv.find_file(id, folder, quiet = False)
output = 'test/test.txt'
dimv.download(id, output, shared = True, quiet = False)
dimv.download_file(id, folder, output = 'test/test', quiet = False)
dimv.download_files(folder, output = '', shared = True, quiet = False)
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
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 Dimv-0.0.2.1.tar.gz.
File metadata
- Download URL: Dimv-0.0.2.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
534a22cb543890d2b17cf97452d5e30b40609caf3bbe135b4f4f9e0e2d4e165d
|
|
| MD5 |
d84ca5a6927a6b69808ffba7b8fb85fd
|
|
| BLAKE2b-256 |
fdc01b0df7978dc9cb95d26c1a1f0a4a9a279211c72922a12228e46c7a9f5f2e
|
File details
Details for the file Dimv-0.0.2.1-py3-none-any.whl.
File metadata
- Download URL: Dimv-0.0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d44c64f3e95b8b2d51f97724e756ad1aebb68dc61a32ca5f99dab9cb4305906d
|
|
| MD5 |
cf074a0924e991be380b22d952bd00e2
|
|
| BLAKE2b-256 |
21bf8f2df6594bb5f38b92134fb931d9b04109f3e16b7c8612c613e1fe8de23f
|