#flying sheep how can Hatch improve

1 messages · Page 1 of 1 (latest)

past quail
#

Depends on the scope it has. I like it the way it is, including the fact that it’s well maintained and will adopt future standards (e.g. locking, …)

If it’s supposed to be a one-stop-shop for everything Python like rye then

  • an installer for each major OS (like “paste this shell line” or, as you probably already plan, using PyApp)
  • a self update command or so, available when it’s installed in the above way
  • support for specific and custom versions of Python (e.g. when a bug is only present in a specific patch version)
  • support for global tool installs (replacing pipx, but with support for toolchains)

The question is if that’s necessary or if standardizing toolchains (and then having support for them in all tools) is the better way to go.