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 details)

Uploaded Source

File details

Details for the file twin-client-sdk-0.1.2.tar.gz.

File metadata

  • Download URL: twin-client-sdk-0.1.2.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for twin-client-sdk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7655af90bc3aef3f0795740fdd7b4bf10e4a70173df6d7c7f8b18eec3f90229e
MD5 2ce74b25dc1b0f22027521119fc3e1d1
BLAKE2b-256 47f7eccb8d2ecf24f68eb57de57335b51e9bf848dff0a17951a09e951e054e5f

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