9
top 4 comments
sorted by: hot top controversial new old
[-] xantoxis@lemmy.world 6 points 5 months ago* (last edited 5 months ago)

Curious what the motivation is for this tool. I can see how rust would be much faster at dependency resolution, but dependency resolution has never been a bottleneck for me while I'm doing either ops or software development. Why is that the thing that needed speeding up?

What I need from a Python package manager:

  • it's present everywhere I need to install or develop Python packages

That's it. Pip scratches that itch. I also use poetry for env management and pyproject.toml management, that's it.

[-] danielquinn@lemmy.ca 2 points 5 months ago

My thoughts exactly. What I want is Poetry's workflow and use of pyproject.toml baked into Python.

[-] Andy@programming.dev 1 points 2 months ago

I have a pip-tools wrapper thing that now optionally uses uv instead. Aside from doing the pip-tools things faster, the main advantage I've found, and what really motivated me to support and recommend uv with it, is that uv creates new venvs MUCH faster than python's venv module, which is really annoyingly slow for that operation.

[-] beeng@discuss.tchncs.de 1 points 5 months ago

No lock file?

this post was submitted on 22 Mar 2024
9 points (90.9% liked)

Python

6219 readers
22 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS