sdks for open platforms
Project description
cutesdk
Quick Start
- install cutesdk
pip install --upgrade cutesdk
- use wxapp sdk
when you want to request a wxapp api such as: analysis.getDailyRetain
you can code in python like below:
from cutesdk.wxapp import WxApp, ACCESS_TOKEN
sdk = WxApp(
appid='xxx',
app_secret='xxx',
)
api_path = '/datacube/getweanalysisappiddailyretaininfo'
params = {
'access_token': ACCESS_TOKEN,
}
data = {
'begin_date': '20220102',
'end_date': '20220102',
}
res = sdk.api_post(api_path, params, data)
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
cutesdk-0.1.4.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file cutesdk-0.1.4.tar.gz
.
File metadata
- Download URL: cutesdk-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
040d7b344cb2f77ad04e87b2b379da924af9d3d186c8b0b3d9da1d281e3c1595
|
|
MD5 |
caf94a427d5c2fd7026d005b5dd7dd35
|
|
BLAKE2b-256 |
de7e6f9fa05a237f295563d4b9931d159b324d34ec988c24b81bbf91da646d57
|
File details
Details for the file cutesdk-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: cutesdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
144d2b000f8a5691e3637a6f41d20839f50d546f36e92f24b120d74129010bcc
|
|
MD5 |
42ff350124b6720f3b983656842fa8ba
|
|
BLAKE2b-256 |
318b1c5f7fa00f779c6fab9129631bd5a0f227d3b50e5e6bba35dd13aa28f721
|