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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.2-py3-none-any.whl.
File metadata
- Download URL: aed_sdk-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
2e5ba8d8b5b4f4e195b756e513f69b064e95997be02f1663d737e97f1f48d5a4
|
|
| MD5 |
bffb5f552c9da39059a3096637e39219
|
|
| BLAKE2b-256 |
a692113eec0e57cf3c7d565abe1e5d4ab82f72b0d1b7740d18f6d967b5c62134
|