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:
- Version 1.0.0 (PyPI): http://pythonhosted.org/PyDrive
- Version 1.2.1: GitHub pages
How to install¶
You can install PyDrive with regular pip
command.
$ pip install PyDrive
To install the most up-to-date version from GitHub, use:
$ pip install git+https://github.com/googledrive/PyDrive.git#egg=PyDrive