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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
TwinClient-0.1.2.tar.gz
(16.1 kB
view details)
File details
Details for the file TwinClient-0.1.2.tar.gz
.
File metadata
- Download URL: TwinClient-0.1.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d504bfd6661765e07351f0fa71c6e4136cf4a8bd31fdadfdf4eb19a0a24a10c |
|
MD5 | fc5bcb1705fe8df12d2fd8de9afc9245 |
|
BLAKE2b-256 | c69ef63b5b13c60e7408457c77b99cc63b51b5851155a18388acd938bc491c50 |