findpython 1.0.0-alpha.3

Find python executables on your system
Documentation
1
2
3
4
5
6
7
8
9
10
11
.pdm-python
*.py[cod]
__pycache__/
venv/
.tox/
.vscode/
/build/
/dist/
*.egg-info/
/target/
/python/findpython/findpython.*