Metadata-Version: 2.4
Name: isptools-cli
Version: 0.2.0
Summary: A command-line utility for ISP Network Engineers
Author-email: Zia Uddin Zisan <your.email@example.com>
Project-URL: Homepage, https://github.com/Xeesan/isptools
Project-URL: Bug Tracker, https://github.com/Xeesan/isptools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: requests>=2.28.0

# ISP Tools (`isptools`)

A fast, modern command-line utility for ISP Network Engineers.

## Installation

You can install this tool globally on your system using `pip`:

```bash
pip install isptools-cli
```

## Usage

The fastest way to use the tool is via the interactive menu. Simply type:

```bash
isptools
```

This will launch a branded interactive menu where you can easily select tools (Subnet Calculator, MAC Lookup, IP Info) by pressing 1, 2, or 3.

### Power User Commands

You can also bypass the menu by passing arguments directly:

```bash
# Calculate subnet details instantly
isptools subnet 192.168.1.0/24

# Look up a MAC address vendor directly
isptools mac D4:CA:6D:12:34:56
```
