Metadata-Version: 2.1
Name: Flask-GDrive
Version: 1.0
Summary: Flask extension for Google Drive API
Home-page: https://github.com/grapheo12/Flask-GDrive
Author: Shubham Mishra
Author-email: smishra99.iitkgp@gmail.com
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib


Flask-GDrive
-----------------------------------

Wrapper over the Google Drive API to assist in serving
static files directly from a folder in Google Drive.

View docs and examples at our [Github
repo](https://github.com/grapheo12/Flask-Gdrive)


