google-apitools
is a collection of utilities to make it easier to build
client-side tools, especially those that talk to Google APIs.
NOTE: This library is stable, but in maintenance mode, and not under active development. However, any bugs or security issues will be fixed promptly.
To install the library into the current virtual environment:
$ pip install google-apitools
To install the command-line scripts into the current virtual environment:
$ pip install google-apitools[cli]
First, install the testing dependencies:
$ pip install google-apitools[testing]
and the nose
testrunner:
$ pip install nose
Then run the tests:
$ nosetests