Metadata-Version: 2.1
Name: cj_package
Version: 1.0.12
Summary: cj package
Author: cj
Author-email: chenxing@cjdropshipping.co
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aliyun-log-python-sdk>=0.8.15
Requires-Dist: pandas>=2.1.4
Requires-Dist: requests>=2.31.0
Requires-Dist: loguru>=0.6.0
Requires-Dist: dnspython>=2.6.1
Requires-Dist: pendulum
Requires-Dist: pymysql
Requires-Dist: openpyxl

# 工具集

## aliyun
阿里云相关功能方法
> 1.杭州ingress日志查询方法  hz_ingress_log
> 1.杭州service日志查询方法  hz_service_log
> 2.硅谷ingress日志查询方法  usa_ingress_log
> 2.硅谷service日志查询方法  usa_service_log

## excel
excel相关功能方法
> 1.将字典列表写入到excel文件中 write_list_dict_excel
> 2.将列表元组写入到excel文件中 write_list_tuple_excel

## qw
企业微信
> 1.markdown格式的企业微信通知 send_markdown_message

## command
subprocess执行shell命令
> 1.通过subprocess执行shell命令 exec_command
> 2.通过subprocess执行shell命令支持实时输出 exec_command_realtime_output

## domain
域名相关功能方法
> 1.获取域名解析的IP地址 get_ip_list
> 2.获取域名解析的证书及过期天数 get_cert_details

## sql
执行mysql相关的sql
> 1.执行sql exec_mysql
