SquareCloud API wrapper
Project description
squarecloud-api
A Python SDK for consuming the Square Cloud API.
Installation
pip install squarecloud-api
If you intend to use this SDK for command-line interface (CLI) operations, consider installing it with pipx:
pipx install squarecloud-api
Getting api key
to get your api key/token just go to the Square Cloud website and
register/login, after that go
to dashboard
> my account
> Regenerate API/CLI KEY
and copy the key.
Documentation
Visit our official documentation for more information about how to use this library.
Getting started
import asyncio
import squarecloud as square
client = square.Client('API_KEY')
async def main():
status = await client.app_status(app_id='application_id')
print(status)
print(status.ram)
print(status.cpu)
asyncio.run(main())
Contributing
Feel free to contribute with suggestions or bug reports at our GitHub repository.
Authors
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
squarecloud_api-3.7.1.tar.gz
(24.1 kB
view details)
Built Distribution
File details
Details for the file squarecloud_api-3.7.1.tar.gz
.
File metadata
- Download URL: squarecloud_api-3.7.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.6.47-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e530c70481d4d1edd70200f1d1a7d70a9d6314a97678c5eb10b4060e92ea41f |
|
MD5 | 1efa517416b1c2e554a7ee023e46c610 |
|
BLAKE2b-256 | 2ddde87b1916526c0af9411835e973e4b493d6cc479579faa28926d608bf85ee |
File details
Details for the file squarecloud_api-3.7.1-py3-none-any.whl
.
File metadata
- Download URL: squarecloud_api-3.7.1-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.6.47-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f23ca68b306d05dc3039fd16c9ca1da78544eb22246a3044f74080ca9f67fc8 |
|
MD5 | dfc00e0ad3ee9d6c7f793332f12ccb86 |
|
BLAKE2b-256 | cf55ad5003dc751af455edafd0af69c76d8cd739709dcaac420137a2fd66b9ae |