|
|
|
|
|
by alanfranz
453 days ago
|
|
Shameless plug for an old approach I use for various scripts when I think bash is not enough: https://www.franzoni.eu/single-file-editable-python-scripts-... This doesn't require UV, just pip within the same interpreter, but I wouldn't use it for something big, and still requires deps to be updated every now and then ofc (I never tried with raw deps, I always pin dependencies). |
|
https://pip.wtf/ was on HN not that long ago (https://news.ycombinator.com/item?id=38383635). I had my own take on it that used virtual environments, supported Windows, and was d a free license: https://github.com/dbohdan/pip-wtenv.