Update to version 0.2.

This is another large code drop from internal.
24 files changed
tree: a54f428adf271fbf221b768684d0283bcc9a88d7
  1. apitools/
  2. .gitignore
  3. ez_setup.py
  4. LICENSE.txt
  5. MANIFEST.in
  6. README.md
  7. setup.py
README.md

apitools

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

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.