aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2a0b9dc04531bd943137b5cbd0c08194d72a1cb8 (plain)
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
This is python client library for Google's discovery based APIs.

http://google.github.io/google-api-python-client


Installation
============

To install, simply use pip or easy_install:

   $ pip install --upgrade google-api-python-client

   $ easy_install --upgrade google-api-python-client

See the Developers Guide for more detailed instructions and documentation:

  https://developers.google.com/api-client-library/python/start/get_started


Third Party Libraries
=====================

These libraries will be installed when you install the client library:

http://code.google.com/p/httplib2
http://code.google.com/p/uri-templates

Depending on your version of Python, these libraries may also be installed:

http://pypi.python.org/pypi/simplejson/

For development you will also need:

http://pythonpaste.org/webtest/