pip-download icon indicating copy to clipboard operation
pip-download copied to clipboard

A wrapper for pip download in offline scenario.

Results 15 pip-download issues
Sort by recently updated
recently updated
newest added

When this parameter is set, the source package is downloaded if no wheel package exists, even if the --no-source option is set. Possible issues: - No version check is performed...

When you download a package with --no-source and no whl package is downloaded (because it doesn't exist), the dependencies are still being downloaded

Thanks for the useful tool :) I want to use this package as a library in my scripts. Please add the pip-download function that I can import and use. Something...

Distro packaging process typically runs smoke tests in an isolated VM, disconnected from the internet. This type of test can be achieved by mocking (difficult with pip) or using an...

我在指定了Python的版本,比如 3.6,但是下载的包是最新的,打开包的PYPI页面,可以很明显看到要求是 >= 3.8。好像单纯从包名很难区分支持的Python版本。比如 py3-none,但实际确实只有 python >= 3.8