Initial apitools commit.
23 files changed
tree: 3d17380e229aaf08d5c58e6c7b6c909ad49bdb99
  1. apitools/
  2. LICENSE.txt
  3. README.md
  4. 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.