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