Metadata-Version: 2.1
Name: toolkits
Version: 0.2.10
Summary: toolkits for quickly reference
Author-Email: li_jia_yue <59727816@qq.com>
License: MIT
Requires-Python: >=3.9
Requires-Dist: fire>=0.6.0
Requires-Dist: arrow>=1.3.0
Requires-Dist: pytest>=8.2.2
Requires-Dist: icecream>=2.1.3
Requires-Dist: schedule>=1.2.2
Requires-Dist: jmespath>=1.0.1
Requires-Dist: unicodecsv>=0.14.1
Requires-Dist: log4python>=1.0.11
Requires-Dist: unipath>=1.1
Description-Content-Type: text/markdown

﻿# toolkits
## 迁移PDM项目
1, Create virtual env 
pdm venv create

2, Install dependency
pdm install 

3, basic python libs 
pdm add arrow toolkits requests dingtalkchatbot exchangelib redis PyYAML sqlalchemy kafka-python-ng urllib3==1.26.15 wheel jmespath log4python PyMySQL pytest crython icecream

## 使用包中的Python脚本 
### 设置Python环境变量 
      export PYTHONPATH="/home/pythonDemo/toolkits/src/:$PYTHONPATH"
### 源码目录中不要有[与包名一致的Python脚本文件] 
### 直接调用Python脚本 
      python toolkits/db_query_demo.py --config_path="/home/pythonDemo/toolkits/src/toolkits/config/config_demo.py" worker test_01.txt 
