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.8
to
0.1.9
.python-version

Sorry, the diff of this file is not supported yet

+5
-5

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

packages: list[str],
index_urls: list[str] | None = None,
index_urls = None,
) -> list[str]:

@@ -58,3 +58,3 @@ """Build a pip install command with optional index URLs.

urls: list[str],
index_urls: list[str] | None = None,
index_urls = None,
) -> list[str]:

@@ -83,3 +83,3 @@ """Build a pip install command for direct URL (tar.gz) installs.

packages: list[str],
index_urls: list[str] | None = None,
index_urls = None,
) -> subprocess.CompletedProcess:

@@ -102,3 +102,3 @@ """Run pip install for the given packages."""

urls: list[str],
index_urls: list[str] | None = None,
index_urls = None,
) -> subprocess.CompletedProcess:

@@ -127,2 +127,2 @@ """Run pip install from direct tar.gz URLs."""

site.addsitedir(site.getusersitepackages())
site.addsitedir(site.getusersitepackages())
Metadata-Version: 2.4
Name: gcpipwrap
Version: 0.1.8
Version: 0.1.9
Summary: Wrapper around pip with multi-index and URL install support

@@ -5,0 +5,0 @@ Requires-Python: >=3.9

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

name = "gcpipwrap"
version = "0.1.8"
version = "0.1.9"
description = "Wrapper around pip with multi-index and URL install support"

@@ -10,0 +10,0 @@ readme = "README.md"

@@ -7,3 +7,3 @@ version = 1

name = "gcpipwrap"
version = "0.1.7"
version = "0.1.9"
source = { editable = "." }

@@ -10,0 +10,0 @@ dependencies = [