Name | site-conn-check JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | Package to check status code and response time of websites |
upload_time | 2023-06-10 23:12:21 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2023 Joshua Abbey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
site-conn-check
status code
response time
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![GitHub](https://img.shields.io/github/license/rxxyxd/Site-Conn-Check) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Rxxyxd/Site-Conn-Check) ![GitHub all releases](https://img.shields.io/github/downloads/rxxyxd/Site-Conn-Check/total)
![PyPI](https://img.shields.io/pypi/v/site-conn-check)
# Site-Conn-Check
A CLI program that requests the header of a website to determine its Status Code and response time and visualizes it in a dataframe.
If you find any issues feel free to drop them in the issues section.
## Set Up
### pip
- `pip install Site-Conn-Check`
### Clone and build
After cloning to build the project just run:
- `$ py -m build --wheel`
- `$ pip install <.whl file>`
required packages:
- Build
## Commands
**NOTE: Upon adding you first site a database file will be created. Running without adding a site will likely result in errors.**
This will happen everytime you delete or lose your database file.
- `$ site_conn_check add -n <SiteName> -u <URL>` - Adds a new Site to the database.
- `$ site_conn_check remove -n <SiteName>` - Removes a Site from the database.
- `$ site_conn_check update -n <SiteName>` - Updates a Site.
- `$ site_conn_check -s` - Lists all Sites in the database.
- `$ site_conn_check -d` - Deletes database file.
- `$ site_conn_check --run` - Executes status and response time collection and displays it in a styled table.
Raw data
{
"_id": null,
"home_page": "",
"name": "site-conn-check",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "site-conn-check,status code,response time",
"author": "",
"author_email": "Joshua Abbey <Joshuaabbey2022@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d6/df/363db50d27a576c7ea3e26d1c1c9952db32d721c165cc076fe28f8d91e9c/site_conn_check-1.1.0.tar.gz",
"platform": null,
"description": "![GitHub](https://img.shields.io/github/license/rxxyxd/Site-Conn-Check) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Rxxyxd/Site-Conn-Check) ![GitHub all releases](https://img.shields.io/github/downloads/rxxyxd/Site-Conn-Check/total)\r\n![PyPI](https://img.shields.io/pypi/v/site-conn-check)\r\n# Site-Conn-Check\r\nA CLI program that requests the header of a website to determine its Status Code and response time and visualizes it in a dataframe.\r\nIf you find any issues feel free to drop them in the issues section.\r\n\r\n## Set Up\r\n\r\n### pip\r\n - `pip install Site-Conn-Check`\r\n \r\n### Clone and build\r\n\r\nAfter cloning to build the project just run:\r\n - `$ py -m build --wheel`\r\n - `$ pip install <.whl file>`\r\n\r\nrequired packages:\r\n - Build\r\n\r\n\r\n## Commands\r\n\r\n**NOTE: Upon adding you first site a database file will be created. Running without adding a site will likely result in errors.**\r\n\r\nThis will happen everytime you delete or lose your database file.\r\n\r\n - `$ site_conn_check add -n <SiteName> -u <URL>` - Adds a new Site to the database.\r\n - `$ site_conn_check remove -n <SiteName>` - Removes a Site from the database.\r\n - `$ site_conn_check update -n <SiteName>` - Updates a Site.\r\n - `$ site_conn_check -s` - Lists all Sites in the database.\r\n - `$ site_conn_check -d` - Deletes database file.\r\n - `$ site_conn_check --run` - Executes status and response time collection and displays it in a styled table.\r\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Joshua Abbey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Package to check status code and response time of websites",
"version": "1.1.0",
"project_urls": {
"Repository": "https://github.com/rxxyxd/site-conn-check.git"
},
"split_keywords": [
"site-conn-check",
"status code",
"response time"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cb1e502f27e13d58c3cdd71b944f461f0e0c21e3b3da804510342481b2f051dd",
"md5": "d630a94ab3049e7f5c6ec5784675659a",
"sha256": "92f9325f6615c267193a0d00853d78111fa0169228f5c821233b77156a550d9c"
},
"downloads": -1,
"filename": "site_conn_check-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d630a94ab3049e7f5c6ec5784675659a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6733,
"upload_time": "2023-06-10T23:12:20",
"upload_time_iso_8601": "2023-06-10T23:12:20.228135Z",
"url": "https://files.pythonhosted.org/packages/cb/1e/502f27e13d58c3cdd71b944f461f0e0c21e3b3da804510342481b2f051dd/site_conn_check-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d6df363db50d27a576c7ea3e26d1c1c9952db32d721c165cc076fe28f8d91e9c",
"md5": "3d107458ee23262a1b4b805b91e4ea3d",
"sha256": "fb8109e420d59db97acaa4cfaf717fefc02c70aa4c38819e994a394b9321cd25"
},
"downloads": -1,
"filename": "site_conn_check-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3d107458ee23262a1b4b805b91e4ea3d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5373,
"upload_time": "2023-06-10T23:12:21",
"upload_time_iso_8601": "2023-06-10T23:12:21.917818Z",
"url": "https://files.pythonhosted.org/packages/d6/df/363db50d27a576c7ea3e26d1c1c9952db32d721c165cc076fe28f8d91e9c/site_conn_check-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-10 23:12:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rxxyxd",
"github_project": "site-conn-check",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "site-conn-check"
}