Kudos for nailing the PEP 517 518 compliance #2357
baggiponte
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a maintainer of functime, which contains some experimental Rust extensions. Normally, we would have to use pip + venv + maturin to work on the project. With pdm, I can just
pdm install -v
and see that it calls maturin to compile. This is SO comfortable.I think you should advertise this more - maybe even reach out to maturin - and write a couple of tutorials on how to use PDM to work with rust or CFFI (I know almost nothing about that) especially since this post became viral
Beta Was this translation helpful? Give feedback.
All reactions