You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

gcpipwrap

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcpipwrap - pypi Package Compare versions

Comparing version
0.1.7
to
0.1.8
+3
-2
pipwrap/installer.py

@@ -6,2 +6,3 @@ """Wrapper around pip install with multi-index and URL support."""

import os
import sys

@@ -42,3 +43,3 @@ from pipwrap.logger import setup_logger

cmd = ["pip", "install", "--no-cache"]
cmd = [sys.executable, "-m", "pip", "install", "--no-cache"]

@@ -70,3 +71,3 @@ for i, url in enumerate(index_urls or []):

cmd = ["pip", "install"]
cmd = [sys.executable, "-m","pip", "install", "--no-cache"]

@@ -73,0 +74,0 @@ for i, url in enumerate(index_urls or []):

+2
-1
Metadata-Version: 2.4
Name: gcpipwrap
Version: 0.1.7
Version: 0.1.8
Summary: Wrapper around pip with multi-index and URL install support
Requires-Python: >=3.9
Requires-Dist: pip
Description-Content-Type: text/markdown

@@ -7,0 +8,0 @@

@@ -7,7 +7,7 @@ [build-system]

name = "gcpipwrap"
version = "0.1.7"
version = "0.1.8"
description = "Wrapper around pip with multi-index and URL install support"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
dependencies = ["pip"]

@@ -14,0 +14,0 @@ [tool.hatch.build.targets.wheel]

+18
-3
version = 1
revision = 3
requires-python = ">=3.13"
requires-python = ">=3.9"
[[package]]
name = "pipwrap"
version = "0.1.0"
name = "gcpipwrap"
version = "0.1.7"
source = { editable = "." }
dependencies = [
{ name = "pip" },
]
[package.metadata]
requires-dist = [{ name = "pip" }]
[[package]]
name = "pip"
version = "26.0.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/48/83/0d7d4e9efe3344b8e2fe25d93be44f64b65364d3c8d7bc6dc90198d5422e/pip-26.0.1.tar.gz", hash = "sha256:c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8", size = 1812747, upload-time = "2026-02-05T02:20:18.702Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/de/f0/c81e05b613866b76d2d1066490adf1a3dbc4ee9d9c839961c3fc8a6997af/pip-26.0.1-py3-none-any.whl", hash = "sha256:bdb1b08f4274833d62c1aa29e20907365a2ceb950410df15fc9521bad440122b", size = 1787723, upload-time = "2026-02-05T02:20:16.416Z" },
]