Command line interface for testing internet bandwidth using speedtest.net
Go to file
Grey Lee 76cd7d238f Support for Python 2.5:
- 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
2013-01-12 22:20:59 +08:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
README.md README updates 2013-01-07 12:31:13 -06:00
speedtest-cli Support for Python 2.5: 2013-01-12 22:20:59 +08:00
speedtest-cli-3 pep8 formatting changes 2013-01-07 13:01:14 -06:00

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