Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulu-berlin/google-api-python-client
Automatically exported from code.google.com/p/google-api-python-client
https://github.com/lulu-berlin/google-api-python-client
Last synced: 10 days ago
JSON representation
Automatically exported from code.google.com/p/google-api-python-client
- Host: GitHub
- URL: https://github.com/lulu-berlin/google-api-python-client
- Owner: lulu-berlin
- License: other
- Created: 2015-04-23T19:56:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T20:00:34.000Z (over 9 years ago)
- Last Synced: 2024-03-05T18:32:18.372Z (10 months ago)
- Language: Python
- Size: 5.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 83
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
This is python client library for Google's discovery based APIs.
Installation
============To install, simply use pip or easy_install:
$ pip --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-templatesDepending 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/