Metadata-Version: 1.1
Name: mwget
Version: 3.2.0
Summary: support threading download file
Home-page: https://github.com/rfyiamcool/mwget
Author: ruifengyun
Author-email: rfyiamcool@163.com
License: MIT
Description: ## mwget 
        
        这是一个简单实现的多进程下载工具
        
        ### 介绍
        
        安装
        ```
        pip install mwget
        ```
        
        使用mwget下载
        ```
        python -m mwget.multiwget 'http://xiaorui.cc/xxx.tar.gz'
        ```
        
        ### 测试
        
        可以用163的镜像源进行测试
        ```
        http://mirrors.163.com/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1503.iso
        ```
        
        ### todolist
        
        1. 断点下载
        2. 更多的参数支持
        3. 验证后清理tmp
        
        ### 更多信息
        
        请访问, [xiaorui.cc](http://xiaorui.cc "mwget info") 
        
        
Keywords: mwget support threading and break download,fengyun
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Topic :: Software Development :: Libraries :: Python Modules
