76cd7d238f
- Use minidom to replace ElementTree, which is not available in Python 2.5 - Use urllib2.urlopen to replace urllib.urlopen, so we can get HTTP code - Use cgi.parse_qs when ulrparse.parse_qs is not available |
||
---|---|---|
.gitignore | ||
README.md | ||
speedtest-cli | ||
speedtest-cli-3 |
README.md
speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
Versions
speedtest-cli is written for use with Python 2.6-2.7
speedtest-cli-3 is written for use with Python 3