• xantoxis@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    6 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.

    • Daniel Quinn@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

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