{ "info": { "author": "anatoly techtonik | Jamie Lindsey AKA JamieJackHerer", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking", "Topic :: Utilities" ], "description": "# python3-wget\n\nInstallation\n============\n\nWith pip\n========\n\n sudo pip3 install python3-wget\n\nFrom source\n===========\n\n python3 setup.py install\n\nUsage\n=====\n\n python -m wget [options] \n\n options:\n -o --output FILE|DIR output filename or directory\n\nUse within a project/package\n============================\n\n See my download repo on github that utilses this module\n https://github.com/jamiejackherer/download\n\nAPI Usage\n=========\n\n >>> import wget\n >>> url = 'http://www.futurecrew.com/skaven/song_files/mp3/razorback.mp3'\n >>> filename = wget.download(url)\n 70% [################################### ] 75M / 107M\n\n >> filename\n 'razorback.mp3'\n\nAlternative progress bar:\n\n >>> wget.download(url, bar=bar_thermometer)\n\nTODO - I will do these by version 0.1.0\n====\n * Implement a way to resume downloads.\n * Add options to be more like the *nix wget utility.\n * Implement download speed.\n\n\nChangeLog - (For this current version - now maintained by JamieJackHerer)\n=========\n0.0.2-beta1\n * Now uses human readable sizes r.e. it displays size in K/M/G/P (kilobytes/megabytes/gigabytes/petabytes)\n * Progress bar uses '[#### ]' format instead of '[.... ]'\n * Reformatted for Python 3.x\n * Included 'hurry.filesize' as a dependency in setup.py\n\n\nJamie Lindsey AKA JamieJackHerer \n\n+========================================================================+\n|********* Anything below this message has nothing to do with me ********|\n|********* but it is still implemented in the new versions **************|\n|********* any changes made will now be noted above *********************|\n+========================================================================+\nChangeLog - (For original package which seems to no longer be in development)\n=========\n2.2 (2014-07-19)\n * it again can download without -o option\n\n2.1 (2014-07-10)\n * it shows command line help\n * -o option allows to select output file/directory\n\n * download(url, out, bar) contains out parameter\n\n2.0 (2013-04-26)\n * it shows percentage\n * it has usage examples\n * it changes if being used as a library\n\n * download shows progress bar by default\n * bar_adaptive gets improved algorithm\n * download(url, bar) contains bar parameter\n * bar(current, total)\n * progress_callback is named callback_progress\n\n1.0 (2012-11-13)\n * it runs with Python 3\n\n0.9 (2012-11-13)\n * it renames file if it already exists\n * it can be used as a library\n\n * download(url) returns filename\n * bar_adaptive() draws progress bar\n * bar_thermometer() simplified bar\n\n0.8 (2011-05-03)\n * it detects filename from HTTP headers\n\n0.7 (2011-03-01)\n * compatibility fix for Python 2.5\n * limit width of progress bar to 100 chars\n\n0.6 (2010-04-24)\n * it detects console width on POSIX\n\n0.5 (2010-04-23)\n * it detects console width on Windows\n\n0.4 (2010-04-15)\n * it shows cute progress bar\n\n0.3 (2010-04-05)\n * it creates temp file in current dir\n\n0.2 (2010-02-16)\n * it tries to detect filename from URL\n\n0.1 (2010-02-04)\n * it can download file\n\n\nRelease Checklist\n=================\n\n| [ ] update version in wget.py\n| [x] update description in setup.py\n| [ ] python setup.py check -mrs\n| [ ] python setup.py sdist upload\n| [ ] tag hg version\n\n--\nanatoly techtonik ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jamiejackherer/python3-wget/", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "python3-wget", "package_url": "https://pypi.org/project/python3-wget/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python3-wget/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jamiejackherer/python3-wget/" }, "release_url": "https://pypi.org/project/python3-wget/0.0.2-beta1/", "requires_dist": null, "requires_python": null, "summary": "pure python 3.x download utility", "version": "0.0.2-beta1" }, "last_serial": 2591296, "releases": { "0.0.2-beta1": [ { "comment_text": "", "digests": { "md5": "6bb7d5f27737a9fa984995b381832ba7", "sha256": "bbe7f44b3c28c4f7126aff20e8a438e78f6e4f1878d8b0c4940e87363813c17d" }, "downloads": -1, "filename": "python3-wget-0.0.2-beta1.tar.gz", "has_sig": false, "md5_digest": "6bb7d5f27737a9fa984995b381832ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7586, "upload_time": "2017-01-22T19:05:36", "url": "https://files.pythonhosted.org/packages/84/a4/d9da2989a3d937e94616ef07f0630c507f6baa77ad37f94ceb06b36cacc1/python3-wget-0.0.2-beta1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6bb7d5f27737a9fa984995b381832ba7", "sha256": "bbe7f44b3c28c4f7126aff20e8a438e78f6e4f1878d8b0c4940e87363813c17d" }, "downloads": -1, "filename": "python3-wget-0.0.2-beta1.tar.gz", "has_sig": false, "md5_digest": "6bb7d5f27737a9fa984995b381832ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7586, "upload_time": "2017-01-22T19:05:36", "url": "https://files.pythonhosted.org/packages/84/a4/d9da2989a3d937e94616ef07f0630c507f6baa77ad37f94ceb06b36cacc1/python3-wget-0.0.2-beta1.tar.gz" } ] }