Metadata-Version: 2.4
Name: who-installed
Version: 1.0.1
Summary: Find out who installed your cli tools
Project-URL: Documentation, https://readthedocs.org
Project-URL: Repository, https://github.com/tmr232/who-installed.git
Project-URL: Issues, https://github.com/tmr232/who-installed/issues
Author: Tamir Bahar
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: attrs>=25.4.0
Requires-Dist: more-itertools>=10.8.0
Requires-Dist: rich>=14.2.0
Requires-Dist: typer>=0.19.2
Description-Content-Type: text/markdown

# Who-Installed

Helps you figure out which CLI installer installeda CLI utility.

Currently only supports Windows

## Status

The project is in early stages.
It works on my machine, but was not heavily tested.
Also, the output is very raw.

If it fails for you, please submit a bug report!

## Usage

```shell
uvx who-installed <name>
```
