![Tracert logo](https://mauricelambert.github.io/info/python/code/Tracert_small.png "Tracert logo")
# Tracert
## Description
This package implements a traceroute tool faster than traceroute/tracert executable but less accurate for response and without hostname resolution.
## Requirements
This package require :
- python3
- python3 Standard Library
- Scapy
- PythonToolsKit
## Installation
```bash
pip install Tracert
```
## Usages
### Command lines
```bash
python3 -m Tracert 8.8.8.8
python3 Tracert.pyz dns.google.com
Tracert 8.8.4.4
Tracert --help
Tracert -h
Tracert -6 -t 2 -r 5 -s 64 dns.google.com
```
### Python3
```python
from Tracert import tracert
tracert("8.8.8.8")
tracert("dns.google.com", 6, 64, 2, 5)
```
## Links
- [Github Page](https://github.com/mauricelambert/Tracert)
- [Pypi](https://pypi.org/project/Tracert/)
- [Documentation](https://mauricelambert.github.io/info/python/code/Tracert.html)
- [Executable](https://mauricelambert.github.io/info/python/code/Tracert.pyz)
## Help
```text
usage: traceroute.py [-h] [-4 | -6] [--timeout TIMEOUT] [--retry RETRY] [--max-steps MAX_STEPS] destination
Fast tracert tool.
positional arguments:
destination IP or hostname you want to trace.
options:
-h, --help show this help message and exit
-4 Force IPv4.
-6 Force IPv6.
--timeout TIMEOUT, -t TIMEOUT
Timeout for each ping.
--retry RETRY, -r RETRY
Number of retry for each steps.
--max-steps MAX_STEPS, -s MAX_STEPS
Maximum steps to trace.
```
## Licence
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
Raw data
{
"_id": null,
"home_page": "https://github.com/mauricelambert/Tracert",
"name": "Tracert",
"maintainer": "Maurice Lambert",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "mauricelambert434@gmail.com",
"keywords": "network,traceroute,tracert,trace,ping,debug",
"author": "Maurice Lambert",
"author_email": "mauricelambert434@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7e/92/d4f6d8eef8372dcc1ebc7aea1bd36f75aa8363f7db90f10a287d40380903/Tracert-0.0.1.tar.gz",
"platform": "Windows",
"description": "![Tracert logo](https://mauricelambert.github.io/info/python/code/Tracert_small.png \"Tracert logo\")\n\n# Tracert\n\n## Description\n\nThis package implements a traceroute tool faster than traceroute/tracert executable but less accurate for response and without hostname resolution.\n\n## Requirements\n\nThis package require :\n - python3\n - python3 Standard Library\n - Scapy\n - PythonToolsKit\n\n## Installation\n\n```bash\npip install Tracert\n```\n\n## Usages\n\n### Command lines\n\n```bash\npython3 -m Tracert 8.8.8.8\npython3 Tracert.pyz dns.google.com\nTracert 8.8.4.4\nTracert --help\nTracert -h\nTracert -6 -t 2 -r 5 -s 64 dns.google.com\n```\n\n### Python3\n\n```python\nfrom Tracert import tracert\n\ntracert(\"8.8.8.8\")\ntracert(\"dns.google.com\", 6, 64, 2, 5)\n```\n\n## Links\n\n - [Github Page](https://github.com/mauricelambert/Tracert)\n - [Pypi](https://pypi.org/project/Tracert/)\n - [Documentation](https://mauricelambert.github.io/info/python/code/Tracert.html)\n - [Executable](https://mauricelambert.github.io/info/python/code/Tracert.pyz)\n\n## Help\n\n```text\nusage: traceroute.py [-h] [-4 | -6] [--timeout TIMEOUT] [--retry RETRY] [--max-steps MAX_STEPS] destination\n\nFast tracert tool.\n\npositional arguments:\n destination IP or hostname you want to trace.\n\noptions:\n -h, --help show this help message and exit\n -4 Force IPv4.\n -6 Force IPv6.\n --timeout TIMEOUT, -t TIMEOUT\n Timeout for each ping.\n --retry RETRY, -r RETRY\n Number of retry for each steps.\n --max-steps MAX_STEPS, -s MAX_STEPS\n Maximum steps to trace.\n```\n\n## Licence\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
"bugtrack_url": null,
"license": "GPL-3.0 License",
"summary": "This package implements a traceroute tool faster than traceroute/tracert executable.",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://mauricelambert.github.io/info/python/code/Tracert.html",
"Executable": "https://mauricelambert.github.io/info/python/code/Tracert.pyz",
"Homepage": "https://github.com/mauricelambert/Tracert"
},
"split_keywords": [
"network",
"traceroute",
"tracert",
"trace",
"ping",
"debug"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7e92d4f6d8eef8372dcc1ebc7aea1bd36f75aa8363f7db90f10a287d40380903",
"md5": "da85df2634d586e4a1d1842303dbc78d",
"sha256": "79c73c52aa456aff88ba760e25f53038d850955417b378f1d0e3f215de903543"
},
"downloads": -1,
"filename": "Tracert-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "da85df2634d586e4a1d1842303dbc78d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16536,
"upload_time": "2023-04-29T10:04:37",
"upload_time_iso_8601": "2023-04-29T10:04:37.361082Z",
"url": "https://files.pythonhosted.org/packages/7e/92/d4f6d8eef8372dcc1ebc7aea1bd36f75aa8363f7db90f10a287d40380903/Tracert-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-29 10:04:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mauricelambert",
"github_project": "Tracert",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tracert"
}