···22222323```
2424>>> from pygetimportables import get_top_importables
2525->>> get_top_importables(".") # Wait a few seconds, requires working `pip install`
2525+>>> get_top_importables(".") # Wait a few seconds, requires working `uv pip install`
2626{'pygetimportables'}
2727```
28282929To get the top-level importable names from an already built wheel:
30303131```
3232-(.venv) $ python -m build
3232+(.venv) $ python -m build --installer uv
3333...
3434(.venv) $ python -q
3535>>> from pygetimportables import get_top_importables_from_wheel