1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
.. PyDrive2 documentation master file, created by
sphinx-quickstart on Sun Jun 12 23:01:40 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
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
============
- Package: `https://pypi.python.org/pypi/PyDrive2 <https://pypi.python.org/pypi/PyDrive2>`_
- Documentation: `https://docs.iterative.ai/PyDrive2 <https://docs.iterative.ai/PyDrive2>`_
- Source: `https://github.com/iterative/PyDrive2 <https://github.com/iterative/PyDrive2>`_
- Changelog: `https://github.com/iterative/PyDrive2/releases <https://github.com/iterative/PyDrive2/releases>`_
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
.. _`google-api-python-client`: https://github.com/google/google-api-python-client
Table of Contents
=================
.. toctree::
:maxdepth: 2
quickstart
oauth
filemanagement
filelist
fsspec
pydrive2
genindex
|