Metadata-Version: 2.4
Name: tracerate
Version: 0.1.1
Summary: A no-nonsense CLI internet speed tester
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx
Requires-Dist: rich
Requires-Dist: typer
Description-Content-Type: text/markdown

# tracerate

A no-nonsense CLI internet speed tester.

## What it measures
- Download / upload speed (Mbps)
- Ping and packet loss
- Bufferbloat grade (A+ to F)
- DNS resolution time
- ISP and location detection
- Regional latency to 7 global servers

## Install
pip install tracerate

## Usage

| Command | Description |
|---|---|
| `tracerate` | Full test (download, upload, bufferbloat, regional latency) |
| `tracerate --quick` | Fast test (download only, skips upload and extras) |
| `tracerate --bytes 50` | Custom download size in MB (default: 25) |
| `tracerate --output json` | Machine readable output |
