[protobuf] Interacting with PYTHON Android API Library? (generated by ProtoBuf!)

2012-06-04 Thread Ryan Yu
I am a beginning programmer trying to retrieve information about Android apps using the unofficial Android API: http://code.google.com/p/android-market-api/ I've taken the market.proto file from the link above and complied it to a .py file. My understanding was that this would produce a Python

Re: [protobuf] Interacting with PYTHON Android API Library? (generated by ProtoBuf!)

2012-06-04 Thread Jason Hsueh
You should refer to the python API docs: https://developers.google.com/protocol-buffers/docs/pythontutorial https://developers.google.com/protocol-buffers/docs/reference/python-generated As you've found the generated .py aren't really helpful - it just includes metadata that is used along with