Oh god. Searching for what's out there and realizing I needed like a 12 option poll to even cover popular ones. ¯\_(ツ)_/¯
Top-level
Oh god. Searching for what's out there and realizing I needed like a 12 option poll to even cover popular ones. ¯\_(ツ)_/¯ 11 comments
@Andres4NY Lol. Relatedly, the reason I am even noticing this because I have a repo that builds a docker image against debian testing (trixie) which just got python 3.12.7 which changed a signature on an internal function on an argparse class. Which pdm overrides with the old signature. I wonder how painful just using pipenv would be? SIGH. @r343l mostly I just use pip and venv for everything (that isn't already packaged by Debian), but I'm also not trying to ship anything across systems; I only ever find myself doing that for game that my kids use or something @r343l this might be a useful read: https://micro.webology.dev/2024/11/03/uv-does-everything.html @jacob Strongly tempted to switch to uv because it seems the fastest path to unblocking my docker build with minimal other changes. @r343l I’d really encourage it, it’s really significantly better that everything out there, with almost no downsides. @jacob the only downsides I can see (just off that blog) are: - no cli run scripts from pyproject.toml. easily dealt with but mildly annoying but pdm has a blocking issue and my main workaround is to use pyenv in my docker image (for running tests with reliable/fixed R and other binary deps) instead of system python at which point I have to change a lot anyway. |
@r343l I feel like "write my own from scratch" should've been the first poll option? 🙃