Merge pull request #9 from tseaver/dependency_cleanup

Don't pin specific version dependencies by default.
tree: 428146430b3db3ebc4f8f9a74dcb9bb0f391b85f
  1. apitools/
  2. .gitignore
  3. .travis.yml
  4. ez_setup.py
  5. LICENSE.txt
  6. MANIFEST.in
  7. README.md
  8. setup.py
  9. 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.