lidilei de package
Project description
lisdk SDK
一个简单的 Python SDK 示例项目,包含常用的工具类、加密工具和数据库操作封装。
功能特性
- ApiUtils: 时间处理、随机数据生成、字典深度更新、配置文件读取。
- Http: 基于
requests封装的 HTTP 请求类。 - RSAK: RSA 签名与验签工具。
- MySQLConnection: 灵活的 MySQL 连接构造器与管理器。
安装
你可以通过 pip 安装该项目(开发模式):
pip install -e .
安装所有开发依赖:
pip install -e ".[dev]"
快速开始
from lisdk import ApiUtils
# 获取当前格式化时间
print(ApiUtils.now())
# 生成随机手机号
print(ApiUtils.mobiles(1))
更多示例请参考 examples/ 目录。
开发与测试
运行测试:
pytest tests/
代码格式化与检查:
ruff check .
black .
发布流程
- 删除旧的构建文件:
rm -rf dist/ - 构建包:
python3 -m build - 上传到 PyPI:
twine upload dist/*
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
lisdk-0.0.9.tar.gz
(11.4 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
lisdk-0.0.9-py3-none-any.whl
(8.6 kB
view details)
File details
Details for the file lisdk-0.0.9.tar.gz.
File metadata
- Download URL: lisdk-0.0.9.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cf77baa098c7bf251ae8fa52b08c5324dfc5125fdf9bd4001af565c243396bf
|
|
| MD5 |
49cf452232145ecf0e7cd29b801c5f75
|
|
| BLAKE2b-256 |
602da1a8b1edfcf201aa530e0666b4fd5eeaa2b99cf0d47124dec87fb875f1de
|
File details
Details for the file lisdk-0.0.9-py3-none-any.whl.
File metadata
- Download URL: lisdk-0.0.9-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dd9771883af4b0db7f515458cea41b0bdde8caca3c6d5dfc0f874a7955adeb4
|
|
| MD5 |
6d48f3f26cc97b3befb2309a199b0370
|
|
| BLAKE2b-256 |
3d2b05645fe9c2d3d6ab5b4d63982302c1e433709a29fe113fb85a17e3fdd519
|