findpython
findpython copied to clipboard
A utility to find python versions on your system
I'm wondering, would it make sense to support a SpecifierSet, such as `>=3.10`, and select the best version of Python available based on that? I think it might be interesting...
On non-windows platform, using `mypy src/` or `pre-commit run -a` yields error on findpython.pep514tools because of the missing libraries `winreg` (or `_winreg` for python 2.7). This PR fixes this parsing...
[`rtx`](https://github.com/jdxcode/rtx) is an asdf compatible runtime executor written in rust. Executables are installed by default under `~/.local/share/rtx` (ref [here](https://github.com/jdxcode/rtx#directories)) though it [can be changed](https://github.com/jdxcode/rtx#environment-variables). Would you be interested in findpython...
Please add support for uv. Uv is replacement for rye that you support. The reason for that is because poetry in 2.1.x started using findpython to find python instalation and...