Skip to main content

twin client sdk

Project description

twin client python-sdk

install

pip3 install TwinClient

demo

config = TwinClientConfig( owner = "dtos", tenantId=tenantId, dtmsregistry=dtmsregistry, dtmstwindef=dtmstwindef, dtmstwin=dtmstwin )

twin_client = TwinClient(config)

  • 查询 subtype query = { "subType.type": "people_drug" }
  • "-created" 按created降序
  • "created" 按created升序 res = twin_client.twin.where(**query).offset(0).limit(10).sort("-created").select() print(res)

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

twin-client-sdk-0.1.2.tar.gz (16.0 kB view hashes)

Uploaded Source

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