cnpryer / huak

My experimental Python package manager.

Home Page:https://cnpryer.github.io/huak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‹ Status tracker

cnpryer opened this issue Β· comments

UPDATE: I'm currently focused on helping out with https://github.com/mitsuhiko/rye.


A list of work todo for huak (in order):

  • Basic commands as part of a PoC
  • More features and some fixes
  • Library refactor
  • Dependency resolver and lockfile
  • PyPA's installer
  • Python installer
  • Python package installer
  • Docs
  • Metadata and Python environment sync (local service)
  • Python plugin library

Other plans include:

  • Python environments
  • Python formatter
  • Python doc generator

See milestones for more project status visibility.

@cnpryer Hi! The project looks cool! I wonder how in your opinion it is compared to rye and why you decided to switch to helping with rye?

Hi! I'd say the main differences right now are probably how far huak is willing to go for a specific ux and that rye has more mature toolchain features.

huak would have similar toolchain features (I may go with PyBI), so for the most part both projects are very similar. rye also has a better story for dependency management at the moment.

Overall rye looks great and aligns mostly with the vision for huak, so it's worth consolidating efforts.

I will mention, however, that I'm not abandoning huak entirely just yet. Anything can happen.