terry-r-li / get_wheel

Output all wheel strings of all packages in your current Python environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_wheel

Output full .whl file name for all packages in your current Python environment. It helps if you wish to know the exact bdist versions in your environment.

Run

# Run from within the project root
python3 get_wheel.py > result.txt

About

Output all wheel strings of all packages in your current Python environment.

License:MIT License


Languages

Language:Python 100.0%