Skip to content

sdelquin/yagdrive

Repository files navigation

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