yagdrive

Yet Another Google Drive API Python wrapper


License
MIT
Install
pip install yagdrive==1.4.1

Documentation

yagdrive-logo

Yet Another Google Drive API Python wrapper!

YagDrive is a Python package based on PyDrive which aims to simplify and enhance the operations over the Google Drive API.

Installing

$ pip install yagdrive

A Simple Example

>>> from yagdrive import GDrive

>>> drive = GDrive()
>>> drive.put('/home/yagdrive/hello.json')

Links