Hacker News new | ask | show | jobs
by Bullfight2Cond 1424 days ago
Poetry uses non-standard dependency specification formats. PDM is like Poetry but faster/more standards compliant.

https://pdm.fming.dev/

1 comments

Good thing about finally converging on some sort of standard means tools become more interoperable:

Another good tool (which was endorsed by the PyPA) is Hatch - https://hatch.pypa.io/latest/environment/

I currently use PDM because it supports conda virtual environments for isolation, but am keeping an eye on Hatch.

Didn't they also endorse PipEnv and that turned into a flop?