galaxy-sdk-python
galaxy-sdk-python copied to clipboard
Python SDK for Xiaomi Structured Datastore Service
```bash Traceback (most recent call last): File "sdsdemo.py", line 90, in table_client.put(put) File "/usr/local/lib/python2.7/site-packages/sds/client/clientfactory.py", line 91, in __call_with_retries return getattr(self.client, item)(*args) File "/usr/local/lib/python2.7/site-packages/sds/client/clientfactory.py", line 131, in __call_with_new_client return getattr(client, item)(*args)...
update README.md for SDS tips
from lib.emr.service.ttypes import *
Hi all, Thanks for creating this repository. Please add [descriptive docstrings](https://www.python.org/dev/peps/pep-0257/) explaining what your example modules are doing at the top of the modules. This will help users like myself...