Metadata-Version: 2.4
Name: importscope
Version: 0.0.1
Summary: which, but for Python modules
Project-URL: Homepage, https://github.com/b1aha/importscope
Project-URL: Issues, https://github.com/b1aha/importscope/issues
Author: Jiří Bláha
License-Expression: MIT
License-File: LICENSE
Keywords: cli,debugging,importlib,imports,sys.path
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# importscope

`which`, but for Python modules.

Shows which file a Python import actually resolves to,
and every candidate it shadowed along `sys.path`.

## Usage

```bash
uvx importscope numpy
```

## Install

```bash
uv tool install importscope
```

## Status

Early. Working towards v0.1.
