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.6
to
0.1.7
+1
-1
pipwrap/installer.py

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

cmd = ["pip", "install"]
cmd = ["pip", "install", "--no-cache"]

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

Metadata-Version: 2.4
Name: gcpipwrap
Version: 0.1.6
Version: 0.1.7
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.6"
version = "0.1.7"
description = "Wrapper around pip with multi-index and URL install support"

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