How to self-host a Python package index using Pulp

2 · Red Hat · Jan. 17, 2022, 8:24 a.m.
Every Python developer or data scientist gets to the point where they need to consume, and often publish, Python packages. The main source of open source, publicly available Python packages is PyPI, which is used worldwide. PyPI, also known as CheeseShop, hosts 3 million Python package releases as of this writing. In some cases, however, your team might need to host a Python package index internally. This article introduces Pulp, an open source project for managing repositories of software packa...