|
1 | 1 | This is python client library for Google's discovery based APIs. |
2 | 2 |
|
3 | | -http://google.github.io/google-api-python-client |
| 3 | +[Full documentation](http://google.github.io/google-api-python-client) |
4 | 4 |
|
5 | 5 |
|
6 | 6 | Installation |
7 | 7 | ============ |
8 | 8 |
|
9 | | -To install, simply use pip or easy_install: |
| 9 | +To install, simply use `pip` or `easy_install`: |
10 | 10 |
|
11 | 11 | $ pip install --upgrade google-api-python-client |
12 | 12 |
|
13 | 13 | $ easy_install --upgrade google-api-python-client |
14 | 14 |
|
15 | | -See the Developers Guide for more detailed instructions and documentation: |
16 | | - |
17 | | - https://developers.google.com/api-client-library/python/start/get_started |
18 | | - |
| 15 | +See the |
| 16 | +[Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) |
| 17 | +for more detailed instructions and documentation. |
19 | 18 |
|
20 | 19 | Third Party Libraries |
21 | 20 | ===================== |
22 | 21 |
|
23 | 22 | These libraries will be installed when you install the client library: |
24 | 23 |
|
25 | | -http://code.google.com/p/httplib2 |
26 | | -http://code.google.com/p/uri-templates |
| 24 | +* http://code.google.com/p/httplib2 |
| 25 | +* http://code.google.com/p/uri-templates |
27 | 26 |
|
28 | 27 | Depending on your version of Python, these libraries may also be installed: |
29 | 28 |
|
30 | | -http://pypi.python.org/pypi/simplejson/ |
| 29 | +* http://pypi.python.org/pypi/simplejson/ |
31 | 30 |
|
32 | 31 | For development you will also need: |
33 | 32 |
|
34 | | -http://pythonpaste.org/webtest/ |
| 33 | +* http://pythonpaste.org/webtest/ |
| 34 | + |
| 35 | +Contributing |
| 36 | +============ |
| 37 | + |
| 38 | +Please see the |
| 39 | +[contributing page](http://google.github.io/google-api-python-client/contributing.html) |
| 40 | +for more information. In particular, we love pull requests -- but please make |
| 41 | +sure to sign the contributor license agreement. |
0 commit comments