6 ms·
Poetry uses non-standard dependency specification formats. PDM is like Poetry but faster/more standards compliant. https://pdm.fming.dev/ https://pdm.fming.dev
by Bullfight2Cond 4y ago
Poetry uses non-standard dependency specification formats. PDM is like Poetry but faster/more standards compliant.
https://pdm.fming.dev/ https://pdm.fming.dev/
- iggy_knights 4y agoGood 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/ 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.
- p33p 4y agoDidn't they also endorse PipEnv and that turned into a flop?