Metadata-Version: 1.1
Name: UtilsCell
Version: 0.0.4
Summary: 一些常用工具
Home-page: https://github.com/SunJackson/myutils
Author: JacksonSun
Author-email: 306862600@qq.com
License: MIT
Description: 1、邮件发送脚本
        emailutils.py
            多用户接收
            支持附件
        
        2、ssh远程连接监控脚本
        sshutils.py
            远程连接ssh
            执行指令
        
        3、10分钟邮箱注册
        tenminutesemail.py
            注册临时邮箱
            监控邮件内容
        
        4、爬虫常用工具
        spiderutils.py
            将浏览器请求头转换成字典
            伪造userAgent
            获取代理IP
        
Keywords: Utils email ssh
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
