pdm-download
pdm-download copied to clipboard
A PDM plugin to download all packages in a lockfile for offline use.
In my current project, I need to pass a specific .whl package to a container. This package is hosted in a private repository, which I've already configured in my PDM...
Hello, please add the option to download only binaries (wheels) as it is available in pip.
As mentioned in https://github.com/pdm-project/pdm/issues/2828 The documentation could clarify how to properly install packages fetched with `pdm download` command using the `pdm install` command.
(FYI, Junior) I would like to attempt to contribute to this, Would it be a smart idea to add checksum verification to: (https://github.com/pdm-project/pdm-download/blob/495cfd20a4533835d03772dc15da5b21f7e57686/tests/test_download.py#L32) of downloaded files vs the checksum `pdm.static.lock`...