Metadata-Version: 2.4
Name: wztools
Version: 0.2.3
Summary: 个人用工具库
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: rich


```bash
uv run python -m build   
uv run twine upload dist/*
```

```txt
🧹 优化/重构
📝 更新文档
🐛 修复 Bug
🔥 移除代码或文件
♻️ 重构代码
✨ 添加新功能
```

## [v0.2.3] 
- 2025-10-29
- ✨ 添加 load_toml
- 修改 readme.md 格式
