Welcome to PyDrive2’s documentation!¶
PyDrive2 is a wrapper library of google-api-python-client that simplifies many common Google Drive API tasks.
Project Info¶
Homepage: https://pypi.python.org/pypi/PyDrive2
Documentation: Official documentation on GitHub pages
How to install¶
You can install PyDrive2 with regular pip
command.
$ pip install PyDrive2
To install the current development version from GitHub, use:
$ pip install git+https://github.com/iterative/PyDrive2.git#egg=PyDrive2