Skip to content
New issue

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

feat: Use uv instead of poetry #608

Merged
merged 2 commits into from
Nov 28, 2024
Merged

feat: Use uv instead of poetry #608

merged 2 commits into from
Nov 28, 2024

Conversation

rumpelsepp
Copy link
Member

@rumpelsepp rumpelsepp commented Oct 16, 2024

uv is faster and simpler than poetry. It solves the issue of managing
different python version very conveniently. It is from the creators of
ruff.

https://github.com/astral-sh/uv

uv implements standard conform dependency information. poetry does not, as it uses tool.poetry.* fields for dependencies. A standard conform pyproject.toml eases the integration of gallia, e.g. Debian, special Windows setups, ….

@rumpelsepp rumpelsepp requested a review from peckto as a code owner October 16, 2024 16:10
@rumpelsepp rumpelsepp added this to the gallia 2.0 milestone Oct 16, 2024
@rumpelsepp rumpelsepp force-pushed the uv branch 10 times, most recently from 757642b to 4dbb213 Compare October 17, 2024 14:30
uv is faster and simpler than poetry. It solves the issue of managing
different python version very conveniently. It is from the creators of
ruff.

https://github.com/astral-sh/uv
@rumpelsepp rumpelsepp requested a review from fkglr as a code owner November 28, 2024 10:24
@rumpelsepp rumpelsepp merged commit 4778027 into master Nov 28, 2024
12 checks passed
@rumpelsepp rumpelsepp deleted the uv branch November 28, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant