Metadata-Version: 2.4
Name: gdrive-file-links
Version: 1.0.0
Summary: Generate canonical Google Drive and Google Workspace links from a URL.
Author: Troy Tessalone
License: MIT
Keywords: google-drive,google-docs,google-sheets,google-slides,google-forms,google-sites,google-drawings,google-workspace,drive,links
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gdrive-file-links

Generate canonical Google Drive and Google Workspace links from a Google URL.

## Install

```bash
pip install gdrive-file-links
```

## Usage

```python
from gdrive_file_links import get_google_file_links

result = get_google_file_links("https://drive.google.com/file/d/abc123/view")
print(result)
```
