Run compute tasks on temporary cloud servers from a local command.
Project description
SuanQi 腾讯云网关
项目结构
suanqi_gateway_complete/
├── gateway/
│ ├── __init__.py
│ └── tencent_gateway.py
├── main.py
└── requirements.txt
安装
pip install -r requirements.txt
PowerShell 配置密钥
$env:TENCENTCLOUD_SECRET_ID="你的SecretId"
$env:TENCENTCLOUD_SECRET_KEY="你的SecretKey"
运行
python main.py
main.py 默认只查询和询价,不创建收费实例。
正式测试创建时,将:
CREATE_INSTANCE = False
改为:
CREATE_INSTANCE = True
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
suanqi-0.1.0.tar.gz
(21.9 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
suanqi-0.1.0-py3-none-any.whl
(22.2 kB
view details)
File details
Details for the file suanqi-0.1.0.tar.gz.
File metadata
- Download URL: suanqi-0.1.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8541447e0f751d0f38e9ab1da5572b3411c4f016fc04782cded2a6567201582f
|
|
| MD5 |
65ca24960c888a9ba6310dd3db3ed546
|
|
| BLAKE2b-256 |
6182bb5d352926977c7cd52f7b164e2ef8c90853e525f430693262d3bdd6b687
|
File details
Details for the file suanqi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: suanqi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec09037860e55c9a509597930546cf5297ee0c88b70b2787e42e2c18a86f08fa
|
|
| MD5 |
ee2a2c1c457cd75e842e78137821ddf0
|
|
| BLAKE2b-256 |
94dbc23f9509cb21d12c0d1d83970b3d5b4ba1a2572ca69654e6a7a84187ff83
|