Metadata-Version: 2.1
Name: django-googledrive-api
Version: 0.2.5
Summary: Django integration with Google Drive API
Home-page: https://hg.sr.ht/~cwt/django-googledrive-api
Author: Chaiwat Suttipongsakul
Author-email: cwt@bashell.com
License: LICENSE.txt
Download-URL: https://hg.sr.ht/~cwt/django-googledrive-api/archive/0.2.5.tar.gz
Keywords: django google drive api googledrive
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Django (>=1.7)
Requires-Dist: google-api-python-client (>=1.5.1)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: requests (>=2.10.0)
Requires-Dist: django-appconf (>=1.0.2)
Requires-Dist: oauth2client (>=2.2.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: httplib2shim
Requires-Dist: enum34 (>=1.1.6) ; python_version<'3.4'

=======================
Django Google Drive API
=======================

Django integration with `Google Drive API <https://developers.google.com/drive/v3/reference/>`_.

Forked from https://github.com/torre76/django-googledrive-storage to getting
more benefits from Google Drive API without being constrained  by
`Django Storage API <https://docs.djangoproject.com/en/1.7/ref/files/storage/>`_.


