-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I would like to know if there is a recommended method to download pypi artifacts in a build including dependencies instead of installing them. The method should work in the same way as the pipBuild::install command, so that the downloaded dependencies are also listed in the build info.
My concrete use case is the following:
I want to assemble an artifact bundle for an offline installation where several types of artifacts (pip, conan, generic) are aggregated. Accordingly, I want to download all these artifacts to have them on the target system for a later offline installation. All these downloaded artifacts should then be noted in the build info.
It depends how do you want to "assemble an artifact bundle". You want to have Python wheels? A pip cache?