Metadata-Version: 2.1
Name: nbgitpuller-downloader-googledrive
Version: 0.1.0
Summary: Downloads compressed archives from Google Drive for nbgitpuller
Home-page: https://github.com/sean-morris/nbgitpuller-downloader-googledrive
Author: Sean Morris
Author-email: sean.smorris@berkeley.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# nbgitpuller - google drive download plugin

Google Drive uses a uniquely formatted URL to identify files and folders. As a result,
programmatically downloading from Google Drive requires special handling. The
implementation of the download plugin for Google Drive handles these requirements.

The plugin is expecting a Google Drive URL in this format:
- https://drive.google.com/file/d/1p3m0h5UGWdLkVVP0SSJH6j1HpG2yeDlU/view?usp=sharing

Please note that the file(compressed archive) must have permissions set so that anyone
with the link can view the file.

## Installation

```shell
python3 -m pip install nbgitpuller-downloader-googledrive
```


