{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"pip2pi creates a PyPI-compatible package repository from pip requirements, enabling offline package installation and mirroring to avoid PyPI downtime or missing tarballs.","skillfed_tags":["package-mirroring","offline-installation","legacy"],"use_cases":["Create an offline PyPI mirror for air-gapped or unreliable network environments.","Maintain a stable snapshot of dependencies when upstream packages are removed or PyPI is unavailable.","Set up a private package index for internal distribution within an organization.","Speed up repeated deployments by serving pre-downloaded packages from local storage.","Archive specific package versions before they disappear from PyPI."],"what_it_does":"pip2pi is a command-line tool that downloads Python packages and their dependencies, then builds a PyPI-compatible package index suitable for offline or private use. It wraps pip's download functionality and generates a simple HTML index structure that pip can read, allowing you to serve packages from your own HTTP server or use them locally via file:// URLs.\n\nThe tool is designed for scenarios where PyPI availability is unreliable, packages are removed from PyPI, or you need a private mirror for internal distribution. It supports downloading from requirements files, specific package versions, or URLs, and can push the resulting index to a remote server via rsync. However, the project has been abandoned since 2021 with no updates to account for changes in pip, Python, or packaging standards.","worth_installing":"No\u2014install only if you have a specific legacy use case and are willing to maintain the tool yourself. The package is abandoned (last release 2021-08-04, last commit 2022-07-09), so it will not be updated for modern pip or Python versions. For current projects, use modern alternatives like devpi, Artifactory, or Nexus that are actively maintained and designed for contemporary packaging workflows."},"id":"pip2pi","links":{"html":"https://skillfed.io/packages/pip2pi","md":"https://skillfed.io/packages/pip2pi.md","pypi":"https://pypi.org/project/pip2pi/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-08-04","license_spdx":null,"license_treatment":"permissive","name":"pip2pi","python_support":"unspecified","summary":"pip2pi builds a PyPI-compatible package repository from pip requirements"},"popularity":{"monthly_downloads":165390,"position":10523,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.2"}
