Metadata-Version: 1.1
Name: galaxy-sdk-python
Version: 0.1.1
Summary: Xiaomi SDS SDK for Python
Home-page: http://dev.mi.com
Author: Xiaomi Technology Co.
Author-email: heliangliang@xiaomi.com
License: Apache License (2.0)
Description: 结构化存储Python SDK
        ========================
        1. 将lib目录加到`PYTHONPATH`中
        
        2. 运行示例代码，测试是否正常(需要修改示例代码中的AppID/AppSecret)
        
        ```
        python examples/basic.py
        ```
        
        
        SDS Python SDK User Guide
        ========================
        1. Add lib to `PYTHONPATH`
        
        2. Run examples (you need to change the AppID/AppSecret in the example code)
        
        ```
        python examples/basic.py
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
