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
Release history Release notifications | RSS feed
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.4.3.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file arcane_storage-0.4.3.tar.gz
.
File metadata
- Download URL: arcane_storage-0.4.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.7.15 Linux/5.15.0-1033-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af138701ebd9636ed471c36bba53b4b79dd64b9706decf8daa12ed90bb81683b |
|
MD5 | ef5e7a8822d7fedbe3d9be69cd3a7160 |
|
BLAKE2b-256 | b5e557dd281a6d1d1792db1bb832784cef1d822b94052d3378fbf0481144eb65 |
File details
Details for the file arcane_storage-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: arcane_storage-0.4.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.7.15 Linux/5.15.0-1033-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca26bc72b3e7dcf342383d27d681df3f05126922828e82fc9f0462e2d4e4a819 |
|
MD5 | fffa2d1cac4eaf65b7b1e0c3cf081bc9 |
|
BLAKE2b-256 | 00794e69c8dad4019ab2e0b60642741cc49000a5cd504af16ec5144943f383c6 |