### Live-Host
### Live-Host a robust module for checking if a host is live
- This module checks if a target host is alive by sending a get request to the host.
- ## Installation
- You can install this module using `pip`. Just run `pip install live-host`.
- ## Usage
- To check if a host is alive, you can use the `is_live()` function. This function takes a hostname or IP address as an argument. For example:
```
from live_host.check_host import is_live
if is_live('www.google.com'):
print('Host is alive!')
else:
print('Host is down')
```
## Why Live-Host
- Well its a easy and fast way of checking if a target host is available
could be a website, cloud database, API or any resource your application
needs to communicate with. so your application can take appropriate
action depending on the results from live-host
- ## Supported platforms
- This module is supported on Python 3 or later, and is tested on Windows, Linux, and macOS.
- ## Dependencies
- This module requires requests module
- ## Source code
- The source code for this module is available at [https://github.com/TaqsBlaze/Live-Host](https://github.com/TaqsBlaze/Live-Host).
- ## License
- This module is licensed under the MIT License. See the LICENSE file for more information.
- ## Note
- Live-Host is still under development any contributions are welcomed
- Feel free to report bugs if any found and also suggest features or changes
- ## Author
- Author: Tanaka Chinengundu
- Email: tanakah30@mail.com
Raw data
{
"_id": null,
"home_page": "https://github.com/taqsblaze/Live-Host",
"name": "live-host",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Tanaka Chinengundu",
"author_email": "tanakah30@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/af/b5/9fbedffa3f4790c22f555ddc6d28b60b6ab327f48293464b36ed93367fd6/live_host-1.0.4.tar.gz",
"platform": null,
"description": "\n### Live-Host\n### Live-Host a robust module for checking if a host is live\n\n- This module checks if a target host is alive by sending a get request to the host.\n\n- ## Installation \n- You can install this module using `pip`. Just run `pip install live-host`.\n\n- ## Usage \n- To check if a host is alive, you can use the `is_live()` function. This function takes a hostname or IP address as an argument. For example:\n\n```\nfrom live_host.check_host import is_live\n\nif is_live('www.google.com'):\n\tprint('Host is alive!')\nelse:\n\tprint('Host is down')\n```\n## Why Live-Host \n- Well its a easy and fast way of checking if a target host is available\ncould be a website, cloud database, API or any resource your application \nneeds to communicate with. so your application can take appropriate\naction depending on the results from live-host\n\n- ## Supported platforms \n- This module is supported on Python 3 or later, and is tested on Windows, Linux, and macOS.\n\n- ## Dependencies \n- This module requires requests module\n\n- ## Source code \n- The source code for this module is available at [https://github.com/TaqsBlaze/Live-Host](https://github.com/TaqsBlaze/Live-Host).\n\n- ## License \n- This module is licensed under the MIT License. See the LICENSE file for more information.\n\n- ## Note\n- Live-Host is still under development any contributions are welcomed\n- Feel free to report bugs if any found and also suggest features or changes\n\n- ## Author \n- Author: Tanaka Chinengundu\n- Email: tanakah30@mail.com\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/taqsblaze/Live-Host"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4ccbc70aa983cfa03b456f9e6c0ee4a161e15e9bb419ee3971be039149e623c7",
"md5": "b66c69ea5ab678a00fee5d7b0bd74253",
"sha256": "533f53a9a3f2ac858296285d1f6d67e027b59e44a57b7b910e79bd1a63ad3972"
},
"downloads": -1,
"filename": "live_host-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b66c69ea5ab678a00fee5d7b0bd74253",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3256,
"upload_time": "2023-12-11T14:45:39",
"upload_time_iso_8601": "2023-12-11T14:45:39.034704Z",
"url": "https://files.pythonhosted.org/packages/4c/cb/c70aa983cfa03b456f9e6c0ee4a161e15e9bb419ee3971be039149e623c7/live_host-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "afb59fbedffa3f4790c22f555ddc6d28b60b6ab327f48293464b36ed93367fd6",
"md5": "3932f3e368cede4ecfc7c4c4234c88df",
"sha256": "3a90de03b4a3a34f48eb825964f1841f4c034d94ad18406731d4ae3dafed5e7c"
},
"downloads": -1,
"filename": "live_host-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "3932f3e368cede4ecfc7c4c4234c88df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3115,
"upload_time": "2023-12-11T14:45:40",
"upload_time_iso_8601": "2023-12-11T14:45:40.263725Z",
"url": "https://files.pythonhosted.org/packages/af/b5/9fbedffa3f4790c22f555ddc6d28b60b6ab327f48293464b36ed93367fd6/live_host-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-11 14:45:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "taqsblaze",
"github_project": "Live-Host",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "live-host"
}