We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv is fast rising in popularity. It's written by Astral, the same folks behind ruff.
It does everything that Poetry does when combined with pyenv for Python installation, although its Python or even pyenv's may not be suitable for production use.
This experimentation should try swapping out poetry + pyenv in the Makefile to see what changes would be necessary.
I would not consider a wholesale switch until uv is 1.0.0, at which time I'd consider it with the values of
first-time setup performance
package installation performance (cold cache)
package update performance (hot cache)
availability of tooling replacements, e.g. diff-poetry-lockfile in our GitHub workflows
make-python-devex/.github/workflows/make-based-ci.yml
Lines 22 to 24 in 669a039
minimization of helper tasks e.g. poetry-venv-implode.
make-python-devex/Makefile
Lines 314 to 316 in 669a039
lockfile improvements (e.g. standardization track vs bespoke, diff-able, etc.)
others TBD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
uv is fast rising in popularity. It's written by Astral, the same folks behind ruff.
It does everything that Poetry does when combined with pyenv for Python installation, although its Python or even pyenv's may not be suitable for production use.
This experimentation should try swapping out poetry + pyenv in the Makefile to see what changes would be necessary.
I would not consider a wholesale switch until uv is 1.0.0, at which time I'd consider it with the values of
first-time setup performance
package installation performance (cold cache)
package update performance (hot cache)
availability of tooling replacements, e.g. diff-poetry-lockfile in our GitHub workflows
make-python-devex/.github/workflows/make-based-ci.yml
Lines 22 to 24 in 669a039
minimization of helper tasks e.g. poetry-venv-implode.
make-python-devex/Makefile
Lines 314 to 316 in 669a039
lockfile improvements (e.g. standardization track vs bespoke, diff-able, etc.)
others TBD
The text was updated successfully, but these errors were encountered: