🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More

arcane-storage

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcane-storage

0.4.5
100

Supply Chain Security

100

Vulnerability

99

Quality

100

Maintenance

100

License

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