|
|
|
|
|
by ldubinets
663 days ago
|
|
I've been closely following the Astral team's work. I am excited by this release and look forward to trying out uv again. I have been working with python for over 10 years and have standardized my workflow to only use pip & setuptools for all dependency management and packaging [1]. It works great as a vanilla setup and is 100% standards based. I think uv and similar tools mostly shine when you have massive codebases. 1: https://dubnest.com/blog/vanilla-python-packaging/ |
|