Wim Jeantine-Glenn
Wim Jeantine-Glenn
Might be a helpful data-point here - uv seems to select a wheel which it shouldn't when running with PyPy. ``` $ uv --version uv 0.1.21 (e9c12c52f 2024-03-14) $ python3...
Yes, it is: ``` $ ls -l .venv/bin total 48248 -rw-r--r-- 1 wim wheel 9033 Mar 17 20:25 Activate.ps1 -rw-r--r-- 1 wim wheel 1989 Mar 17 20:25 activate -rw-r--r-- 1...
Hmm, _is_ that really fine? As far as I'm aware, there's no promise that the dependencies specified in the wheel metadata are correct for other environments. It should possible, at...
Those discuss links are very informative, thanks.
Is this repo still maintained? No changes for years
Hey Dustin, with a few more features this `pip-api` project could really be useful for [johnnydep](https://github.com/wimglenn/johnnydep) . I currently call `pip` in a subprocess, as suggested in [Using pip from...
The reason I don't use PyPI API directly there is because I want johnnydep to also see user's pip configuration (e.g. at $EMPLOYER, where your gloablly configured index_url might be...
For listing versions avail it [gets a bogus version](https://github.com/wimglenn/johnnydep/blob/v1.0/johnnydep/pipper.py#L82) and handles the error output. For download urls, scrape debug log events 😞 Lame I know, but pip doesn't really offer...
Hi nfx, I don't understand the request. Could you provide an example input and expected output?
Can not reproduce. For me this tree rendered in 2 and a half minutes: [`$ johnnydep pysal`](https://github.com/wimglenn/johnnydep/files/11771519/pysal.txt) That's not fast, and there is definitely room for improvement, but nothing like...