🚀 GitVerse Launches PyPI Mirror

GitVerse has launched a PyPI repository mirror at https://pypi-mirror.gitverse.ru/simple/. This solution allows installing Python packages directly through the GitVerse infrastructure, ensuring access to libraries even during outages of the main PyPI. Configuration is supported in pip, Poetry, and uv.

🌍 It increases the fault tolerance of CI/CD processes and local development by eliminating a single point of failure (upstream PyPI). It can also speed up package downloads in regions with limited access to international backbones.

👤 You can use the mirror as a backup source when experiencing issues with the main PyPI or configure it as the primary source for stability and speed in your dev environments.

Source 1: https://gitverse.ru/docs/artifactory/registry-mirrors/pypi-mirror/