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.8.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcane_storage-0.4.8.tar.gz.
File metadata
- Download URL: arcane_storage-0.4.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b86a50f242c23ff3121532755fb73a8cc34a0af33101c5baec86b8793239aa
|
|
| MD5 |
b3d5f82e2ea62551e6e6b08e943c2e32
|
|
| BLAKE2b-256 |
3d0e8877c2b0f7648b551e79f548d8ac6708384120ae4fb77eda3b918afa164a
|
File details
Details for the file arcane_storage-0.4.8-py3-none-any.whl.
File metadata
- Download URL: arcane_storage-0.4.8-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bc01c27ebb37bcda37ce9848631c14d59075043815d48509a7b96524a0c5299
|
|
| MD5 |
14f31ada1fa83dc1865535834570d650
|
|
| BLAKE2b-256 |
875fdd14cb8489f32f917b36c92ad674b978ae6beca8dee12b31c6eb47bb859a
|