Metadata-Version: 2.4
Name: tongfujigsaw
Version: 0.1.2
Summary: Comprehensive utility collection for WeChat Work/WeCom integration and general utilities (wecomutils & omzutils)
Author-email: oldManZhang <old_man_zhang@163.com>
Maintainer-email: oldManZhang <old_man_zhang@163.com>
License: MIT
Project-URL: Homepage, https://gitee.com/oldmanzhang/py_wecom_utils
Project-URL: Repository, https://gitee.com/oldmanzhang/py_wecom_utils
Project-URL: Bug Reports, https://gitee.com/oldmanzhang/py_wecom_utils/issues
Project-URL: Documentation, https://gitee.com/oldmanzhang/py_wecom_utils/blob/main/README.md
Project-URL: Source Code, https://gitee.com/oldmanzhang/py_wecom_utils
Keywords: wechat,wecom,utilities,tools,integration,enterprise,tongfu
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Office/Business
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# TongfuJigsaw - 综合工具包集合

> **包含 wecomutils & omzutils 两个核心工具包**

`tongfujigsaw` 是一个综合性的 Python 工具包集合，专为企业微信集成和通用工具功能设计。

## 📦 包含的工具包

### wecomutils - 企业微信工具包
专门用于企业微信（WeChat Work/WeCom）的集成开发，提供API调用、消息加密解密、令牌管理等功能。

### omzutils - 通用工具包  
提供数据库管理、存储服务、函数计算等通用工具功能。

## 🚀 安装

```bash
pip install tongfujigsaw
```

## Usage

### Using WeChat Work/WeCom features
```python
from wecomutils.wecom import WXApiBase
```

### Using general utilities
```python
# Direct import from omzutils
from omzutils.db_manager import DBManager
from omzutils.storage import StorageService
from omzutils.fc_service import FCService


```

## License

MIT
