Metadata-Version: 1.0
Name: wget
Version: 0.7
Summary: python -m wget <URL>
Home-page: http://bitbucket.org/techtonik/python-wget/
Author: anatoly techtonik <techtonik@gmail.com>
Author-email: UNKNOWN
License: Public Domain
Description: 
        ChangeLog
        =========
        0.7 (2011-03-01)
         * compatibility fix for Python 2.5
         * limit width of progress bar to 100 chars
        
        0.6 (2010-04-24)
         * it detects console width on POSIX
        
        0.5 (2010-04-23)
         * it detects console width on Windows
        
        0.4 (2010-04-15)
         * it shows cute progress bar
        
        0.3 (2010-04-05)
         * it creates temp file in current dir
        
        0.2 (2010-02-16)
         * it tries to detect filename from URL
        
        0.1 (2010-02-04)
         * it can download file
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
