Metadata-Version: 2.1
Name: pyfastcom
Version: 1.1.0
Summary: Python API that gets the results from fast.com test using Selenium
Home-page: https://github.com/ppizarror/pyfastcom
Author: ppizarror
Author-email: pablo@ppizarror.com
License: MIT
Project-URL: Bug Tracker, https://github.com/ppizarror/pyfastcom/issues
Project-URL: Documentation, https://github.com/ppizarror/pyfastcom
Project-URL: Source Code, https://github.com/ppizarror/pyfastcom
Keywords: fast.com selenium internet velocity speed scrapper
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Requires-Python: >=3, <4
Requires-Dist: bs4
Requires-Dist: selenium

=========
pyfastcom
=========

.. image:: https://img.shields.io/badge/author-Pablo%20Pizarro%20R.-lightgray.svg
    :target: https://ppizarror.com
    :alt: @ppizarror

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://opensource.org/licenses/MIT
    :alt: License MIT

.. image:: https://img.shields.io/badge/python-3.4+-red.svg
    :target: https://www.python.org/downloads
    :alt: Python 3.4+

.. image:: https://badge.fury.io/py/pyfastcom.svg
    :target: https://pypi.org/project/pyfastcom
    :alt: PyPi package

.. image:: https://img.shields.io/lgtm/alerts/g/ppizarror/pyfastcom.svg?logo=lgtm&logoWidth=18
    :target: https://lgtm.com/projects/g/ppizarror/pyfastcom/alerts
    :alt: Total alerts

.. image:: https://img.shields.io/lgtm/grade/python/g/ppizarror/pyfastcom.svg?logo=lgtm&logoWidth=18
    :target: https://lgtm.com/projects/g/ppizarror/pyfastcom/context:python
    :alt: Language grade: Python

.. image:: https://img.shields.io/github/issues/ppizarror/pyfastcom
    :target: https://github.com/ppizarror/pyfastcom/issues
    :alt: Open issues

.. image:: https://img.shields.io/pypi/dm/pyfastcom?color=purple
    :target: https://pypi.org/project/pyfastcom/
    :alt: PyPi downloads

Python API that gets the results from fast.com test using Selenium.

Source repo and documentation on `GitHub <https://github.com/ppizarror/pyfastcom>`_.

Install Instructions
--------------------

pyfastcom can be installed via pip. Simply run::

    $> pip install pyfastcom


