Authorizing server-to-server communications with Google's APIs should be easy. However, it can be difficult to understand how to do authorization based on Google's Service Accounts, instead of the better-documented three-party oauth flow. This library attempts to streamline this process.
It makes authentication and authorization as simple as creating an instance of the AuthorizedService class, with the name of your project and the name of the API to authorize for. To get started, see the quickstart guide.
To install the latest release, type:
pip install gclient-service-account-auth
To install the latest code directly from source, type:
pip install git+git://github.com/ambitioninc/gclient-service-account-auth.git
Full documentation is available at http://gclient-service-account-auth.readthedocs.org
MIT License (see LICENSE)