uv is the backbone of any modern Python library. I’m excited to see improvements. https://stephenlf.dev/blog/python-library-in-2026/
uv: Deduplicate all files in the wheel cache
41–50 of 126 posts
Re: uv: Deduplicate all files in the wheel cache
#42[flagged]
> Astral people are already in the comments making pro AI coding statements. I can't see any other comment on this post mentioning AI, did you just make this up?
Re: uv: Deduplicate all files in the wheel cache
#43uv is the backbone of any modern Python library. I’m excited to see improvements. https://stephenlf.dev/blog/python-library-in-2026/
Re: uv: Deduplicate all files in the wheel cache
#44[flagged]
Re: uv: Deduplicate all files in the wheel cache
#45People say uv is good because it's fast, but honestly I don't care about that. We switched to using it for distribution of our Python-based tools because it makes it very convenient to install directly from a git repository and then to subsequently update from same repository. No need to build a package.
The one use I can give it is for running scripts with inline dependencies. I have found it a noticeable improvement over pipx there. But that's more due to needing to parse dependencies every single launch, if it's something I use regularly I end up just installing them normally instead, and it's faster than either.
Re: uv: Deduplicate all files in the wheel cache
#46uv is the backbone of any modern Python library. I’m excited to see improvements. https://stephenlf.dev/blog/python-library-in-2026/
Re: uv: Deduplicate all files in the wheel cache
#47Earlier quoted context omitted.
Whereas I made a mistake and bought an underspeced MacBook and my 512GB disk is constantly on the brink of full as I reclaim the last 40 GB over and over from different caches, downloads, and wherever else and had to simply give up on several projects because of their disk usage. Disk isn't free, especially now.
Exactly my experience, even worse because for me it's 2x256GB drives. Eventually I bit the bullet and upgraded one of them to 1TB, but not the one my root partition is mounted on (too lazy for that), so now I find myself moving various large directories across to my "extra" drive and symlinking them. Funnily enough I don't remember this ever being a problem back when 50GB was considered a lot.
Re: uv: Deduplicate all files in the wheel cache
#48[flagged]
If you're going to be unemployed anyway, and they don't gain a single penny by you using it, then what does this protest gain?
- "unemployed anyway" does not appear in the post you reply to.
- They gain market share and goodwill from fools. Not all gains have to be immediate monetary gains.
You could as well say that using ChatGPT is beneficial since it causes losses to OpenAI right now.
Re: uv: Deduplicate all files in the wheel cache
#49uv is the backbone of any modern Python library. I’m excited to see improvements. https://stephenlf.dev/blog/python-library-in-2026/
Good article. But the Makefile part should really be replaced by tox as a best practice. Tox even has a uv runner now that will handle setting up all the environments.