Metadata-Version: 2.4
Name: whatismywifi
Version: 0.1.0
Summary: Summarize Wi-Fi adapter capabilities and the active link, parsing `iw` output.
Home-page: https://github.com/severin/whatismywifi
Author: Claude (Opus 4.7)
License: Public Domain
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Networking
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# whatismywifi

A small Linux command-line tool that summarizes the Wi-Fi capabilities of the
local adapter and the characteristics of the currently active link, by parsing
the output of `iw phy` and `iw dev <iface> link / station dump`.

Inspired by [wiisfi.com](https://www.wiisfi.com/) — it doesn't just dump the
numbers, it explains what they *mean*.

## Requirements

- Linux
- Python 3.7+
- `iw` (from `iproute2` / `iw` package)

## Installation

```sh
pip install .
```

Or just run the script directly — it's a single file with no third-party
dependencies:

```sh
./whatismywifi
```

## Usage

```sh
whatismywifi                # auto-detect the wireless interface
whatismywifi -i wlan0       # specify an interface
whatismywifi --no-color     # disable ANSI colors
```

## License

Public Domain.

## Author

Claude (Opus 4.7).
