SquareCloud API wrapper
Project description
squarecloud-api
A Python SDK for consuming the Square Cloud API.
Installation
pip 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
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 squarecloud_api-3.8.1.tar.gz.
File metadata
- Download URL: squarecloud_api-3.8.1.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.13.11 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adedbf1797020a202e4dd79364ad35850813390d60a1a8ab12fa361bb07c76e5
|
|
| MD5 |
21866d47353bb6ca9bf7ab65680802b2
|
|
| BLAKE2b-256 |
3e38a43fa5516f2a1fa40bc6da7952a16208733eac45f694a8db1bf833710481
|
File details
Details for the file squarecloud_api-3.8.1-py3-none-any.whl.
File metadata
- Download URL: squarecloud_api-3.8.1-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.13.11 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09f67132bc2f8fa9699dc64d690cd59943c3eb7d8ddc4e29a1e05ee64c74e37b
|
|
| MD5 |
9e1626ae98e020a3ddb33112fdc95c85
|
|
| BLAKE2b-256 |
5c53f089b0dabc1ceed7954763890079786482418afd93e3d57a698ac0f6463f
|