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.0
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.0.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arcane_storage-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.0 kB
Release files / arcane_storage-0.6.0.tar.gz
| Download URL | arcane_storage-0.6.0.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
329f42bab39c6781b200359dcd20466278df36ac139bd4c41d94e82d339d53c0
|
|
BLAKE2b-256 checksum How to use checksums |
19a9c85830f3820fd2ec83b909381c6582187fddcfbb5d1d427c797bbf4074a9
|
| 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.0-py3-none-any.whl
| Download URL | arcane_storage-0.6.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b3d4ba9184f1ee821e01fb4eea04fff22c5201819bca45b570240f0f2e07271
|
|
BLAKE2b-256 checksum How to use checksums |
ef90dc4ac9f278fee50fc643b218688dbf650d23813b417e8bebca6f8cae5fab
|
| 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
|