fastdotcom

Python API for testing internet speed on Fast.com


License
MIT
Install
pip install fastdotcom==0.0.3

Documentation

fast.com

Python api to measure Internet speed with fast.com

Example usage

In [1]: import fastdotcom

In [2]: fastdotcom.fast_com()
Out[2]: 29.3

Development

Push new releases with

python setup.py sdist upload