xhm python sdk
Project description
XHM SDK 使用说明
封装sdk时请多考虑去解决一类问题、而不是一个问题
使用教程
安装单个模块:
pip install xhm_all[xhm_log]
安装所有:
pip install xhm_all
二、poetry
安装:
poetry add xhm_all@0.1.7 --verbose
在代码中使用BOCHU SDK
from xhm_log import log
def test_case():
log.error('cc')
开发包上传
# pip install setuptools==58.0.4
python setup.py sdist upload -r nexus
poetry 开发包
poetry config repositories.nexus http://nexus.fscut.com/repository/fs-pypi/
poetry config http-basic.nexus 用户名 密码
poetry build
poetry publish --repository nexus
# 官方
poetry config pypi-token.pypi pypi-AgEIcHlwaS5vcmcCJDQxYTQwZTQyLTgxZWEtNGIwYS05MjFlLWQ0MmJhNmU4MDVmMAACKlszLCIwNzE3NWUwYy05YTA5LTQ3ZmMtOTYxNS0xZjExZjQyMmVhMDEiXQAABiBD0wWVmvQ9Oe0LZ8kAECcXHavYgJ_uyu26juXNps-VBg
更新并安装
poetry add xhm_all==0.5.6
升级记录
| 版本 | 日期 | 更新记录 | 开发人员 |
|---|---|---|---|
| 0.0.1 | 2024-12-08 | 拆分基础SDK和业务SDK | 邹慧刚 |
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
xhm_all-0.0.5.tar.gz
(88.0 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
xhm_all-0.0.5-py3-none-any.whl
(92.5 kB
view details)
File details
Details for the file xhm_all-0.0.5.tar.gz.
File metadata
- Download URL: xhm_all-0.0.5.tar.gz
- Upload date:
- Size: 88.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854911c0d118ce2c1160d89b8a8f2d1ce7303a7a85892cd9028b7e1440dd3038
|
|
| MD5 |
cbb5fc68de9b599cece42ee041ef357a
|
|
| BLAKE2b-256 |
b064546b66f540be2e28bcdfe5a7ef7036a4e7a564b759ff96a94fd9bb0acba9
|
File details
Details for the file xhm_all-0.0.5-py3-none-any.whl.
File metadata
- Download URL: xhm_all-0.0.5-py3-none-any.whl
- Upload date:
- Size: 92.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095a738c055425abf87bd41fde6d8d76d77d861df6a72f9ac6ea9bd0c7536239
|
|
| MD5 |
907c8c6c415c30583502c9ac5b8b54a0
|
|
| BLAKE2b-256 |
9a8dbfd0df3df50662db545b041af2c6f95cc8ecc157c0a3ae1cf2e52bfd7099
|