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')
Release files for arcane-storage 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arcane_storage-0.6.1.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arcane_storage-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.0 kB
Release files / arcane_storage-0.6.1.tar.gz
| Download URL | arcane_storage-0.6.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9cc4edef9d3022be4e15ed67f7b94d296b3aa9d87145c5b9bb507b4dd78228e9
|
|
BLAKE2b-256 checksum How to use checksums |
32c753d7e14b3f525ce4e6e982b63e0fd0fdd1a4e636aa72fb61ef547ed5b368
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.12.14 Linux/6.17.0-1022-azure
|
Release files / arcane_storage-0.6.1-py3-none-any.whl
| Download URL | arcane_storage-0.6.1-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e96c02fb42b126ed46e5eea90dc5896cd21b1caf8d5b684ebca18c8ea2127a1c
|
|
BLAKE2b-256 checksum How to use checksums |
885e8fed1763ee940de66f940fba982c3733e604b32dc3f2b3d71d32c036169f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.12.14 Linux/6.17.0-1022-azure
|