Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

apteryx

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apteryx - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+8
-1
apteryx/google/storage.py

@@ -0,1 +1,2 @@

from typing import Union
from pathlib import Path

@@ -13,2 +14,8 @@ import os

def set_gcp_creds(project_name: str, path_to_creds: Union[Path, str]) -> storage.Client:
credentials = service_account.Credentials.from_service_account_file(path_to_creds)
client = storage.Client(project=project_name, credentials=credentials)
return client
def list_blobs_with_prefix(bucket_name, prefix, delimiter=None, client=client):

@@ -40,2 +47,2 @@ # Note: Client.list_blobs requires at least package version 1.17.0.

download_blob(blob, dst, client=client)
print("DONE")
print("DONE")
+1
-1
Metadata-Version: 2.1
Name: apteryx
Version: 1.0.2
Version: 1.0.3
Summary: Utilities and useful things for Apteryx Labs

@@ -5,0 +5,0 @@ License: MIT

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

name = "apteryx"
version = "1.0.2"
version = "1.0.3"
description = "Utilities and useful things for Apteryx Labs"

@@ -10,0 +10,0 @@ authors = [ "apteryxlabs <matthew@apteryxlabs.com>",]

@@ -23,3 +23,3 @@ # -*- coding: utf-8 -*-

'name': 'apteryx',
'version': '1.0.2',
'version': '1.0.3',
'description': 'Utilities and useful things for Apteryx Labs',

@@ -26,0 +26,0 @@ 'long_description': None,