File: index.rst

package info (click to toggle)
pydrive2 1.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 496 kB
  • sloc: python: 3,601; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download
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