Welcome to PyDrive’s documentation!¶
PyDrive 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/PyDrive
- Documentation: Official documentation on GitHub pages
- Github: https://github.com/googledrive/PyDrive
How to install¶
You can install PyDrive with regular pip
command.
$ pip install PyDrive
To install the current development version from GitHub, use:
$ pip install git+https://github.com/googledrive/PyDrive.git#egg=PyDrive