Skip to main content

Xiaomi Galaxy SDK for Python

Project description

# Galaxy SDK for Python

This is XiaoMi Galaxy SDK for python, which allows Python developers to write software that makes use of XiaoMi Galaxy [EMR/SDS/FDS/EMQ].

## Installing

Requires Python >= 2.6. You can install using pip or easy_install:

pip install galaxy-sdk-python or easy_install galaxy-sdk-python

or download source codes from [https://github.com/XiaoMi/galaxy-sdk-python.git]() and add the ‘lib’ dir to your python path.

## Configuring Credential

Before using the SDK, ensure that you’ve configured credential. You can get the necessary credential by registering on http://dev.xiaomi.com/. To configure credential, you may use codes like:

` appKey = "MY-APP-KEY" appSecret = "MY-SECRET-KEY" credential = Credential(UserType.APP_SECRET, appKey, appSecret) `

## Usage

To use SDK, you can import like:

` from sds.table.ttypes import PutRequest from sds.table.ttypes import GetRequest `

We have two examples in the ‘examples’ dir of the source code, users can run these examples after credential configured.

` python examples/basic.py `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galaxy-sdk-python-1.2.7.tar.gz (162.6 kB view details)

Uploaded Source

File details

Details for the file galaxy-sdk-python-1.2.7.tar.gz.

File metadata

File hashes

Hashes for galaxy-sdk-python-1.2.7.tar.gz
Algorithm Hash digest
SHA256 ce15250033b687660c9495930143bfc5ca18c295b3e31897fdab29a5d8e34867
MD5 4a262397e71cdbd38b33a9831243d268
BLAKE2b-256 ac80f9d92b0bbc78d989274b66b61921d0cbe0729595549b2a13034fcdd96acf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page