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.5.0.tar.gz
(3.7 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.5.0.tar.gz.
File metadata
- Download URL: arcane_storage-0.5.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.12.13 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f9ac1d7ddf379439b5620f5a76fa739154eb7ce861648c37ffed6156a7a26fa
|
|
| MD5 |
f9b7174720a6ecd580c36438af3591bf
|
|
| BLAKE2b-256 |
1e460e24f90958ac5eb843d7373402c7aeb4bcf78e09bdf14edaac09cd882e3d
|
File details
Details for the file arcane_storage-0.5.0-py3-none-any.whl.
File metadata
- Download URL: arcane_storage-0.5.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.12.13 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a596c4c1ebe2e47e2eeddce7c000c1a9a1c968a0ecfcca9c46f8b53acb147b
|
|
| MD5 |
9d302f35f9841e1c5b2cd13e5dbddfe6
|
|
| BLAKE2b-256 |
e9990fa9754afa2ed5c36057bbbbf0affe930983168718adf97e7cfab93ddf58
|