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)
Release files for TwinClient 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TwinClient-0.1.2.tar.gz | 16.1 kB | Details |
Release files / TwinClient-0.1.2.tar.gz
| Download URL | TwinClient-0.1.2.tar.gz |
|---|---|
| Size | 16.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d504bfd6661765e07351f0fa71c6e4136cf4a8bd31fdadfdf4eb19a0a24a10c
|
|
BLAKE2b-256 checksum How to use checksums |
c69ef63b5b13c60e7408457c77b99cc63b51b5851155a18388acd938bc491c50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.7
|