Skip to main content

No project description provided

Project description

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')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcane-storage-0.2.8.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

arcane_storage-0.2.8-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page