wooden-ability-49079
11/02/2023, 4:45 AMconsumer
packages distro-packages
.
With pants all these shared libraries need to be modeled as packages themselves so they can be arbitrarily consumed by distro-packages, further they need to be published somewhere so pip finds them when installing them. So far so good, this works well when using a shared pypi (for example an internal pypi the same internal pypi). But now consider the case when distro-packages
need to be handed over to actors outside of the organization who do not share access to same internal pypi, the distro-packages in those cases, can't be installed. Ideally what we would want is a way to package distro-packages
either by referencing the internal shared libs packages *or by directly including all its source librares*(of course accepting the fact that this is indeed, dangerous), What am I missing here??