Metadata-Version: 2.0
Name: gfiberspeedtest
Version: 1.0.0
Summary: Run a Google Fiber speedtest via cli
Home-page: https://github.com/johnfrancisgit/gfiberspeedtest_cli
Author: John Francis
Author-email: jfswitz@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: googlefiber,speedtest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: Log Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: PyVirtualDisplay (==0.2.1)
Requires-Dist: chromedriver (>=2.24.1)
Requires-Dist: selenium (==3.5.0)
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

Google Fiber Speedtest cli
==========================

A simple python module to perform a google fiber speedtest, either by running
from the terminal or importing the module into your python project.
This module uses a high-level solution, in which the google fiber speedtest
webpage is loaded and manipulated with selenium. After the speedtest has 
been completed, the results will be scraped and returned.



