Features & Improvements
- Support specifying build script for C extensions. #23
- Add test cases for
pdm build. #81 - Make it configurable whether to consult PyPI JSON API since it may be not trustable.
- Support parallel installation.
- Add new command
pmd importto import project metadata fromPipfile,poetry,flit,requirements.txt.
#79 pdm initandpdm installwill auto-detect possibile files that can be imported.
Bug Fixes
- Fix wheel builds when
package_diris mapped. #81 pdm initwill use the current directory rather than finding the parents when
global project is not activated.