Metadata-Version: 2.1
Name: dddd_utils
Version: 1.1.13
Summary: 带带弟弟小工具
Home-page: https://gitee.com/duquan1995/dq-utils
Author: MyYasuo666
Author-email: author@example.com
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.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 带带弟弟小工具

1.功能

- 爬虫基类
- 爬虫基类2（selenium）
- mail
- ftp 下载；删除
- retry 重试器，只支持在类中使用
- mysql 操作类
---

2. 使用
    ```shell
    pip install -i https://pypi.org/simple/ dddd-utils
    ```

3. 打包
    ```shell
    python3 -m build

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


