Metadata-Version: 2.1
Name: wise-utils
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://gitee.com/duquan1995/wise-utils.git
Author: wise-python
Author-email: duke.du@uifox.com.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
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: yagmail (>=0.15.277)
Requires-Dist: orderedset (>=2.0.3)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: urllib3 (>=1.26.7)
Requires-Dist: selenium (>=4.1.0)
Requires-Dist: redis (>=4.1.1)
Requires-Dist: PyMySQL (>=1.0.2)
Requires-Dist: nacos-sdk-python (>=0.1.6)
Requires-Dist: itsdangerous (>=2.0.1)
Requires-Dist: better-exceptions (>=0.3.3)
Requires-Dist: loguru (>=0.6.0)

# 小工具
- common
  - exceptions: 异常处理
  - ftp: FTP上传下载
  - logger: 日志打印
  - mail: 邮件发送
  - mysql: mysql增删改查
  - retry_decorator: 重试装饰器
  - setqueue: 去重队列，有序去重队列
- configuration_center 配置中心
  - apollo 阿波罗
- spider 爬虫基类
  - basespider 


```shell
# 安装
pip install -i https://pypi.org/simple/ wise-utils

# 打包
python3 -m build

python3 -m twine upload --repository testpypi dist/*

python3 -m twine upload --repository pypi dist/*
```


