Name | pyhop JSON |
Version |
0.0.6
JSON |
| download |
home_page | |
Summary | This project is a Python script that utilizes built-in trace tools like tracert for Windows and traceroute for Linux to perform a traceroute to a given hostname or IP address. It traces the path that packets take from your device to the destination host, providing ip addresses |
upload_time | 2023-06-03 13:33:51 |
maintainer | |
docs_url | None |
author | Sarthak |
requires_python | |
license | |
keywords |
python
traceroute
tracert
hops
ip address
server hops
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pyhop is a Python package that simplifies the process of performing traceroutes by utilizing the built-in trace tools, tracert for Windows and traceroute for Linux. This package provides a consistent interface and reliable results across different platforms, allowing network administrators, developers, and users to diagnose network issues and optimize performance with ease.
With pyhop, you can effortlessly trace the path of packets from your device to a destination host, gaining valuable insights into network connectivity.
Usage Example:
from pyhop import traceroute
print(traceroute('google.com'))
Raw data
{
"_id": null,
"home_page": "",
"name": "pyhop",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,traceroute,tracert,hops,ip address,server hops",
"author": "Sarthak",
"author_email": "<waliasarthak@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/79/fb/a548ace6bafb27a7b45816efac78c13b6ec9864d0d4aad2a9688bcf95c21/pyhop-0.0.6.tar.gz",
"platform": null,
"description": "\r\npyhop is a Python package that simplifies the process of performing traceroutes by utilizing the built-in trace tools, tracert for Windows and traceroute for Linux. This package provides a consistent interface and reliable results across different platforms, allowing network administrators, developers, and users to diagnose network issues and optimize performance with ease. \r\n\r\nWith pyhop, you can effortlessly trace the path of packets from your device to a destination host, gaining valuable insights into network connectivity.\r\n\r\nUsage Example:\r\n\r\nfrom pyhop import traceroute\r\n\r\nprint(traceroute('google.com'))\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "This project is a Python script that utilizes built-in trace tools like tracert for Windows and traceroute for Linux to perform a traceroute to a given hostname or IP address. It traces the path that packets take from your device to the destination host, providing ip addresses",
"version": "0.0.6",
"project_urls": null,
"split_keywords": [
"python",
"traceroute",
"tracert",
"hops",
"ip address",
"server hops"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a5117f3c74270fc3ee69ac23710de5bfed1ea0d6dc1badfbab693eeeca9ef3cc",
"md5": "db0ec58ec3d09bd20625857fd3014f59",
"sha256": "7c8c92419e2bdcffc886f9eb0cabf736888edb8c628f963f053d15a146f23ed4"
},
"downloads": -1,
"filename": "pyhop-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "db0ec58ec3d09bd20625857fd3014f59",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2623,
"upload_time": "2023-06-03T13:33:50",
"upload_time_iso_8601": "2023-06-03T13:33:50.035476Z",
"url": "https://files.pythonhosted.org/packages/a5/11/7f3c74270fc3ee69ac23710de5bfed1ea0d6dc1badfbab693eeeca9ef3cc/pyhop-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "79fba548ace6bafb27a7b45816efac78c13b6ec9864d0d4aad2a9688bcf95c21",
"md5": "72713aa38007d31810ff522d572d998f",
"sha256": "28c3fa936f2d3551dbcf6e32af248a36dc19f5ef16a2c15dac7c9ccf1406e48a"
},
"downloads": -1,
"filename": "pyhop-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "72713aa38007d31810ff522d572d998f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2400,
"upload_time": "2023-06-03T13:33:51",
"upload_time_iso_8601": "2023-06-03T13:33:51.978352Z",
"url": "https://files.pythonhosted.org/packages/79/fb/a548ace6bafb27a7b45816efac78c13b6ec9864d0d4aad2a9688bcf95c21/pyhop-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-03 13:33:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyhop"
}