Metadata-Version: 2.1
Name: site-conn-check
Version: 1.0.1
Summary: Package to check status code and response time of websites
Author: Joshua Abbey
Author-email: Joshuaabbey2022@gmail.com
License: LICENCE
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENCE
Requires-Dist: certifi (==2023.5.7)
Requires-Dist: charset-normalizer (==3.1.0)
Requires-Dist: decorator (==5.1.1)
Requires-Dist: idna (==3.4)
Requires-Dist: numpy (==1.24.3)
Requires-Dist: pandas (==2.0.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2023.3)
Requires-Dist: requests (==2.31.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: tzdata (==2023.3)
Requires-Dist: validators (==0.20.0)

A CLI that requests the header of a website to determine its Status Code and response time and visualizes the data in a dataframe
