This project is just a simple way to interact with Square Cloud Blob service
Project description
Introduction
This project is just a simple way to interact with Square Cloud Blob service
About the project
This python package is just a simple way to interact with Square Cloud Blob while the official is not released. You can use this package to upload objects, get objects, get account infos. All routes are already implemented in this code. Only the post response still doesn't have a class/object to it but all the other methods returns one class/Object or a list of them.
How to use
- Install the package with
pip install pysquareblob - Get your API key on Square Cloud
- Instantiate the client class passing your API key
- You can find some methods examples in this Github repository.
Extras
If you want to remove the logs or reduce the clean cache timer, you can pass some additional params to the class instance. For cache timer, always pass the time in seconds. For logs, always a boolean value. Here's an example:
from pysquareblob import Client
blob_client = Client('Your api key', clean_cache_timer=90.0, debug=False)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pysquareblob-3.0.0.tar.gz.
File metadata
- Download URL: pysquareblob-3.0.0.tar.gz
- Upload date:
- Size: 9.1 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 |
d900ebd00ae98fd85450e6e446cf19a9b3b8870c0eb9b2cf35aca254a2a5c564
|
|
| MD5 |
0a98eddcb955ecd3dddf412c98a0a93b
|
|
| BLAKE2b-256 |
be776645383914a2e5524f593bc78c7389c2927ecd9ea14f751a61b412c49757
|
File details
Details for the file pysquareblob-3.0.0-py3-none-any.whl.
File metadata
- Download URL: pysquareblob-3.0.0-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
4c02816b5f424e64c1f8d9e2f79f0e6b129faabd2ed0f60c02c556d6abad2e9e
|
|
| MD5 |
329d7aacbe425c518fdff7fa47202434
|
|
| BLAKE2b-256 |
bfd5de7f16120a04083ec1a35703e5bacfc5d698912e60c7c8a87754ea20f12e
|