Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
sudo pip3 install python3-wget
python3 setup.py install
python -m wget [options]
options: -o --output FILE|DIR output filename or directory
See my download repo on github that utilses this module
https://github.com/jamiejackherer/download
import wget url = 'http://www.futurecrew.com/skaven/song_files/mp3/razorback.mp3' filename = wget.download(url) 70% [################################### ] 75M / 107M
filename 'razorback.mp3'
Alternative progress bar:
wget.download(url, bar=bar_thermometer)
0.0.2-beta1
Jamie Lindsey AKA JamieJackHerer jackherer026@gmail.com
2.2 (2014-07-19)
2.1 (2014-07-10)
it shows command line help
-o option allows to select output file/directory
2.0 (2013-04-26)
it shows percentage
it has usage examples
it changes if being used as a library
1.0 (2012-11-13)
0.9 (2012-11-13)
it renames file if it already exists
it can be used as a library
0.8 (2011-05-03)
0.7 (2011-03-01)
0.6 (2010-04-24)
0.5 (2010-04-23)
0.4 (2010-04-15)
0.3 (2010-04-05)
0.2 (2010-02-16)
0.1 (2010-02-04)
| [ ] update version in wget.py | [x] update description in setup.py | [ ] python setup.py check -mrs | [ ] python setup.py sdist upload | [ ] tag hg version
-- anatoly techtonik techtonik@gmail.com
FAQs
pure python 3.x download utility
We found that python3-wget demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.