Metadata-Version: 2.4
Name: warlock_waker
Version: 0.2.8
Summary: a log structure obj
Home-page: https://github.com
Author: zqyu14
Author-email: zqyu14@iflytek.com
Description-Content-Type: text/markdown
Requires-Dist: redis==5.0.7
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: loguru==0.7.2
Requires-Dist: pymongo==4.8.0
Requires-Dist: cachetools==5.3.3
Requires-Dist: PyMySQL==1.1.1
Requires-Dist: kafka-python==2.0.2
Requires-Dist: pytz==2023.3.post1
Requires-Dist: requests==2.28.1
Requires-Dist: avro==1.11.3
Requires-Dist: pandas==2.2.2
Requires-Dist: openpyxl==3.1.5
Requires-Dist: schedule==1.2.2
Requires-Dist: lxml==5.2.2
Requires-Dist: bs4==0.0.2
Requires-Dist: python-snappy==0.7.2
Requires-Dist: PyExecJS==1.5.1
Requires-Dist: curl-cffi==0.7.0
Requires-Dist: psutil==6.0.0
Requires-Dist: memory_profiler==0.61.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# warlock-waker

paradigm: log sdk

简单测试
1

- 添加wake

```shell
# 1. 打包（生成dist目录，依赖setup.py/pyproject.toml）
python3 -m build

# 2. 升级twine（确保用最新版本，避免兼容性问题）
python3 -m pip install --upgrade twine

# 3. 【可选】校验包（上传前检查包格式是否合规，推荐加这步）
python3 -m twine check dist/*

# 4. 上传（指定wake仓库，加--verbose可看详细日志，方便排错）
python3 -m twine upload --repository warlock --verbose dist/*
```
