Test tweak.
1 file changed
tree: 92f2bdc5566ddd740ac6d7ce87e12d3476707e8e
  1. apitools/
  2. samples/
  3. .gitignore
  4. .travis.yml
  5. apitools_public.tar
  6. ez_setup.py
  7. LICENSE.txt
  8. MANIFEST.in
  9. README.md
  10. setup.py
  11. tox.ini
README.md

apitools

Build Status

apitools is a collection of utilities to make it easier to build client-side tools, especially those that talk to Google APIs.

Installing as a library

  • pip install apitools

Installing the command-line tools

  • pip install apitools[cli]

Installing the testing dependencies

  • pip install apitools[testing]

Current status

There are a few imminent large changes:

  • finish the protorpc -> proto2 transition
  • switch from httplib2 to requests
  • better retry support
  • R client library generation
  • optional support for dict -> dict as the signature on client methods, doing the proto conversion (and validation!) under the hood.