Description
Is this meant for public use or is this an internal project at the moment? If it's meant for the public, there appear to be a few things hindering adoption of this library. It would be great to have some clarity on the future of this project.
Test failures
There are many test failures related to pyxb contracts, which I'm not familiar with. There are lots of references to "C:\Users\krgupta\Desktop", so I'm assuming this is part of the problem? I submitted #55 to at least correct the README, so the test instructions will actually run the tests, but the tests fail even on master so my changes don't appear to be the culprit (tested under Python 2.7.11).
Python 3 Support
The README says "We'll be ensuring this SDK is compatible with Python 2.6+, 3.2+ and PyPy". However, this library is not compatible with Python 3.x. I've submitted #54 to fix usages of print
as a statement (rather than a function) but there appears to be many other significant issues standing in the way of full Python 3 support. #56 is my attempt to start adding support for Python 3.4+ (3.2 is no longer supported as of February 2016 and 3.3 is only supported until September 2017, so it's questionable whether to support that version now).
JSON API
Are there any plans to introduce support for the JSON API?