New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arcane-storage

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcane-storage

0.4.4
PyPI
Maintainers
2

Arcane Storage

This package is base on google-cloud-storage.

Get Started

pip install arcane-storage

Example Usage

from arcane import storage
client = storage.Client()

blobs = client.list_blobs('bucket-id-here')

or

from arcane import storage

# Import your configs
from configure import Config

client = storage.Client.from_service_account_json(Config.KEY, project=Config.GCP_PROJECT)

blobs = client.list_blobs('bucket-id-here')

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts