Cloud Source Repositories API: Access source code repositories hosted by Google.
This page contains information about getting started with the Cloud Source Repositories API using the Google API Client Library for Python. In addition, you may be interested in the following documentation:
- Browse the PyDoc reference for the Cloud Source Repositories API.
- Read the Developer's guide for the Google API Client Library for Python.
- Interact with this API in your browser using the APIs Explorer for the Cloud Source Repositories API.
System requirements
-
Operating systems:
- Linux
- Mac OS X
- Windows
- Python 2.7, or 3.4 or higher
Installing the client library
You can either use a package manager or download and install the Python client library manually:
Managed installation
Use pip or setuptools to manage your installation (you might
need to run sudo
first):
- pip (preferred):
$ pip install --upgrade google-api-python-client
-
Setuptools:
Use the
easy_install
tool included in the setuptools package:$ easy_install --upgrade google-api-python-client
Manual installation
Download the latest client
library for Python, unpack the code, and run
python setup.py install
App Engine
Because the Python client libraries are not installed in the App Engine Python runtime environment, they must be vendored into your application just like third-party libraries.