Skip to main content

Xiaomi Galaxy SDK for Python3

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-python3-0.6.tar.gz (146.9 kB view details)

Uploaded Source

Built Distribution

galaxy_sdk_python3-0.6-py3-none-any.whl (199.6 kB view details)

Uploaded Python 3

File details

Details for the file galaxy-sdk-python3-0.6.tar.gz.

File metadata

File hashes

Hashes for galaxy-sdk-python3-0.6.tar.gz
Algorithm Hash digest
SHA256 49dd79828397e2472572dd2d18f0a1597d5bc9659e6b8749c4959089f0371c4e
MD5 17048eca987d83dd17864bde4c49d478
BLAKE2b-256 d7c47e4a8aa87e007acfaa2faee3957c2a619997dc5de64f5fc82bf6e9a00c51

See more details on using hashes here.

File details

Details for the file galaxy_sdk_python3-0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for galaxy_sdk_python3-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f780a289a67f15d22796e3398dde780c54e023b1f5488255c53725d4d16d03f7
MD5 05696d61e1eb3e4adbf0a109d98ea890
BLAKE2b-256 0b083cf498ac4eb87edf812758aaa5238b69db55c1b1d2a39b543b6da8a780f8

See more details on using hashes here.

Supported by

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