Add layout for PDM (python tool)
An adaptation of #995 to support PDM.
Isn't a selling point of pdm that it removes the need for a virtual environment?
PDM can be used in both ways. You can either use virtualenvs, just like Poetry, or you can use PEP 582 which doesn't use virtualenvs. However PEP 582 is just a proposal and hasn't been adopted officially by Python yet, so PDM's default is still virtualenv based workflow.
Oh that's great to hear. I'm still trying to learn all these tools.
Hi, are there plans to include this ? A layout for pdm would be great !
PEP 582 was rejected and PDM now recommends virtual environments, so I think this commit implements PDM in its desired form as-is. Given PDM seems to be used fairly commonly these days (grumble, grumble, something something python packaging ecosystem), would love to see this shipped by default with direnv.
any updates on this?
vote for this
Hi @zimbatm, what do we need to do to get this merged?