Metadata-Version: 2.1
Name: simple-gdrive
Version: 1.0.0
Summary: Simple command to help download and upload big files to Google Drive (using their official Drive APIs)
License: MIT
Author: Binh Vu
Author-email: binh@toan2.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: google-api-python-client (>=2.47.0,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.1.0,<0.2.0)
Requires-Dist: google-auth-oauthlib (>=0.5.1,<0.6.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
