Metadata-Version: 2.4
Name: nd-tool
Version: 1.0.1
Summary: A simple terminal script to diagnose network issues. Checks for connection problems, poor speeds, and basic security risks using standard Python.
Author-email: Terabase Studios <terabasestudios@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Terabase-Studios
        
        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.
        
Project-URL: Homepage, https://github.com/Terabase-Studios/network-diagnostics
Project-URL: Repository, https://github.com/Terabase-Studios/network-diagnostics
Project-URL: Issues, https://github.com/Terabase-Studios/network-diagnostics/issues
Keywords: network,diagnostics,cli,LAN,networking
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Network Diagnostics Tool (`nt-tool`)

A simple terminal script to diagnose network issues. Checks for connection problems, poor speeds, and basic security risks using standard Python.

---

## What It Checks

* **Connectivity:** Tests your local IP, router connection, internet access, and DNS.
* **Performance:** Measures ping, packet loss, and runs a traceroute to spot network drops.
* **Security:** Looks for DNS blocking, TLS interception, ARP spoofing, and risky open ports.

---

## Requirements

* **Python 3.8+**
* Works on Windows, macOS, and Linux
* **No external packages needed**

---

## Setup & Usage

Install locally:

```bash
git clone https://github.com/Terabase-Studios/nd_tool.git
cd nd_tool
pip install .

```

Run tests:

```bash
nt          # Full test suite
nt --quick  # Fast connection checks only

```

---

## License

[MIT](https://www.google.com/search?q=LICENSE)
