Name | pysquareblob JSON |
Version |
2.0.1
JSON |
| download |
home_page | None |
Summary | This project is just a simple way to interact with Square Cloud Blob service |
upload_time | 2025-08-09 18:58:32 |
maintainer | None |
docs_url | None |
author | Jhonatan Jeferson |
requires_python | <4.0.0,>=3.11.0 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
1. Install the package with `pip install pysquareblob`
2. Get your API key on [Square Cloud](https://squarecloud.app/pt-br/dashboard/settings)
3. Instantiate the client class passing your API key
4. You can find some methods examples in this Github [repository](https://github.com/Jhonatan-Jeferson/pySquareBlob/tree/main/examples).
## 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:
```python
from pysquareblob import Client
blob_client = Client('Your api key', clean_cache_timer=90.0, debug=False)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pysquareblob",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.11.0",
"maintainer_email": null,
"keywords": null,
"author": "Jhonatan Jeferson",
"author_email": "jhonatanjefersonoliveira@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/0a/7b/43552b8006405a2564e9188ccd2d8ae817a82c893a56b21f140e3fbe9933/pysquareblob-2.0.1.tar.gz",
"platform": null,
"description": "# Introduction\n\nThis project is just a simple way to interact with Square Cloud Blob service\n\n## About the project\n\nThis python package is just a simple way to interact with Square Cloud Blob while the official is not released.\nYou can use this package to upload objects, get objects, get account infos. All routes are already implemented in this code.\nOnly 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.\n\n## How to use\n\n1. Install the package with `pip install pysquareblob`\n2. Get your API key on [Square Cloud](https://squarecloud.app/pt-br/dashboard/settings)\n3. Instantiate the client class passing your API key\n4. You can find some methods examples in this Github [repository](https://github.com/Jhonatan-Jeferson/pySquareBlob/tree/main/examples).\n\n## Extras\n\nIf you want to remove the logs or reduce the clean cache timer, you can pass some additional params to the class instance.\nFor cache timer, always pass the time in seconds.\nFor logs, always a boolean value.\nHere's an example:\n\n```python\nfrom pysquareblob import Client\n\nblob_client = Client('Your api key', clean_cache_timer=90.0, debug=False)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "This project is just a simple way to interact with Square Cloud Blob service",
"version": "2.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "17bff0c8166a5879d288c471ae1ec34c598275f65fddb66a328fa16b8a1806cf",
"md5": "ccf6f2af281c637bf0d9ed8a8227b6d7",
"sha256": "9892d2cd6df5a4d571fdf617b1c568a5026e600ced14fa415bd76d8f5d219d5c"
},
"downloads": -1,
"filename": "pysquareblob-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccf6f2af281c637bf0d9ed8a8227b6d7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.11.0",
"size": 11673,
"upload_time": "2025-08-09T18:58:31",
"upload_time_iso_8601": "2025-08-09T18:58:31.614407Z",
"url": "https://files.pythonhosted.org/packages/17/bf/f0c8166a5879d288c471ae1ec34c598275f65fddb66a328fa16b8a1806cf/pysquareblob-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0a7b43552b8006405a2564e9188ccd2d8ae817a82c893a56b21f140e3fbe9933",
"md5": "33e5b602566a789cdb94cc795d3ad278",
"sha256": "d8e98aeef8887048f5052e04b68b8a27ea500adf142bfb009a315bc207853458"
},
"downloads": -1,
"filename": "pysquareblob-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "33e5b602566a789cdb94cc795d3ad278",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.11.0",
"size": 8055,
"upload_time": "2025-08-09T18:58:32",
"upload_time_iso_8601": "2025-08-09T18:58:32.821297Z",
"url": "https://files.pythonhosted.org/packages/0a/7b/43552b8006405a2564e9188ccd2d8ae817a82c893a56b21f140e3fbe9933/pysquareblob-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-09 18:58:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pysquareblob"
}