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 #3

Open
drumtorben opened this issue Dec 27, 2024 · 1 comment · May be fixed by #4
Open

[FEAT] Use UV instead of Poetry #3

drumtorben opened this issue Dec 27, 2024 · 1 comment · May be fixed by #4
Assignees

Comments

@drumtorben
Copy link

Description

UV provides a comprehensive solution for managing Python environments, dependencies, and packages. It offers an all-in-one experience that makes it an ideal replacement for Poetry.

Motivation

Poetry often requires manual management of the Python version and other environment details. Additionally, the pyproject.toml file in Poetry doesn’t fully adhere to PEP standards as far as I know.
In contrast, UV, written in Rust, is known for its speed and efficiency, making it an attractive alternative.

Solutions

We should consider switching to UV for this template. Given its performance and streamlined management capabilities, it seems like a worthwhile change.

@drumtorben
Copy link
Author

See #4

@drumtorben drumtorben linked a pull request Dec 28, 2024 that will close this issue
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 a pull request may close this issue.

2 participants