icpay-bucket
Full Python client for ICPay Bucket.
pip install icpay-bucket
See docs/pkg/py/README.md for the complete API reference.
Quick start
from icpay_bucket import BucketClient
client = BucketClient(api_key="icp_cloud_…")
client.upload_file("icp", "/hello.txt", b"hello\n", "text/plain")
print(client.public_url("icp", "/hello.txt"))
print(client.list_files("icp"))
client.delete_file("icp", "/hello.txt")
v1.1.0 — full bucket API
Upload, read, write, bulk, and CDN helpers with read/write/delete API key support.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
icpay_bucket-1.1.0.tar.gz
(5.3 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 icpay_bucket-1.1.0.tar.gz.
File metadata
- Download URL: icpay_bucket-1.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
880d888d5ab08ef414945c244dbba15b90ef349d94b56e7b9e628bb2f4501627
|
|
| MD5 |
837cdf888cb9d20ed7984dfbe7868de5
|
|
| BLAKE2b-256 |
9b354e192fa199749c69e26a4222e10943b3850bda89e97f872fdcf9e33379a0
|
File details
Details for the file icpay_bucket-1.1.0-py3-none-any.whl.
File metadata
- Download URL: icpay_bucket-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3268a06d1a0e1b6d41fd323074a4bdf247b2713b45411b4646d4736a83b7fa7
|
|
| MD5 |
3b117436118955ca009441c24eb54314
|
|
| BLAKE2b-256 |
7f5adf7171989a8b0383397746d99da96313901439ef19bbf126d0557be1f6a5
|