Metadata-Version: 1.1
Name: downloadhelper
Version: 1.0.6
Summary: Python Download Helper
Home-page: UNKNOWN
Author: Cole Smith
Author-email: uniquecolesmith@gmail.com
License: Apache 2.0
Description: # Downloadhelper
        ```
            Downloadhelper is an Apache2 Licensed HTTP Download library, 
          written in Python, for human beings
        ```
        
        ```python
          >>> from downloadhelper import download
          >>> download('http://partner.myworld2015.org/media/chinese/HOWTO/MYWorld_HowTo_OnlineSurvey_Chinese.pdf', '我的世界.pdf')
          ID:[1/1] Dir: .                                                 
          File: 我的世界.pdf [ 379.82 KB ]
          24.00KB [  6.32%  ] [Speed:  8.00KB/s Timeleft: 00:00:44] 
          (388940, 388940, 0)
        ```
        
        ## Features
        --------------------
        * support: Resume broken downloads
        
        ## Installation
        -------------------------
        ```bash
          $ pip install git+https://gitcafe.com/Potter/downloadhelper.git
        ```
        
        
        # Release History
        --------------------------------
        
        ## 1.0.2 (2015-01-25)
        --------------------------
        #### Behavioural Changes
        * ~~
        
        #### Bugfixes
        * auto install require packages
        
        ## 1.0.1 (2015-01-25)
        --------------------------
        #### Behavioural Changes
        * no
        
        #### Bugfixes
        * in python3.x, Timeleft infomation error
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
