Metadata-Version: 2.4
Name: aixm
Version: 1.0.9
Summary: 工具包
Author: zxh
License: MIT
Project-URL: Homepage, https://github.com/zxh1993/aixm_part
Project-URL: Repository, https://github.com/zxh1993/aixm_part.git
Project-URL: Issues, https://github.com/zxh1993/aixm_part/issues
Keywords: utils,tools,utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# aixm

通用的 Python 工具库

## 功能特性

- **redis_lock**: Redis 分布式锁
- **logging**: 日志工具
- **ztimer**: 定时器工具
- **process**: 进程相关工具
- **path**: 路径处理工具
- **convert**: 类型转换工具
- **utils**: 通用工具函数

## 安装

```bash
pip install aixm
```

## 要求

Python >= 3.12

## 许可证

MIT License

## 项目地址

https://github.com/zxh1993/aixm_part
