Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 235 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 235 Bytes

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