AED API Python SDK - AED 设备查询 API
Project description
AED Life API Python SDK
安装
pip install aed-sdk
使用方法
from aed_sdk import AEDClient
# 创建客户端
client = AEDClient(
api_key="your_api_key_here",
api_secret="your_api_secret_here"
)
# 获取附近 AED 设备
result = client.get_nearby_aed(
latitude=31.23,
longitude=121.47,
radius=5000,
limit=50,
status=1
)
print(f"附近有 {result['total']} 台 AED 设备")
API 文档
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
aed_sdk-1.1.1.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aed_sdk-1.1.1.tar.gz.
File metadata
- Download URL: aed_sdk-1.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a2d9feab58eada78035d7a0c822ac0697138524dd580bf72bc12f66cb282ccf
|
|
| MD5 |
143ea8cc526f65b9ba72788bb011fd45
|
|
| BLAKE2b-256 |
54ec1143aa2ba2697369454b66b984f7f336a4c23558162314bf0c4066495301
|
File details
Details for the file aed_sdk-1.1.1-py3-none-any.whl.
File metadata
- Download URL: aed_sdk-1.1.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fb104fdb674804539998beffe637d08f1a006a3a147c7c6dfef1fdbe0a9b879
|
|
| MD5 |
d283a677a09c417dabca35ff36355a83
|
|
| BLAKE2b-256 |
c331c5fb554f92cb7d4412a118cc895747a4cad02bfcbef0cfa16a23662b6195
|