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.6.2.tar.gz
(23.7 kB
view details)
Built Distribution
File details
Details for the file squarecloud_api-3.6.2.tar.gz
.
File metadata
- Download URL: squarecloud_api-3.6.2.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.6.42-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f43478cd5321221bc829f3d4aa701db0cecf3be2da8b47975388fbd7d09ccb5 |
|
MD5 | e178a39545387934aa70b8ef76b7f420 |
|
BLAKE2b-256 | 3753f9c1c01c803f767f0e39d11b9b608233755cbdfeaea2cf718e9f25514213 |
File details
Details for the file squarecloud_api-3.6.2-py3-none-any.whl
.
File metadata
- Download URL: squarecloud_api-3.6.2-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.6.42-1-lts
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5757f66fd0454bb6d1d8683a160ed08f220baf1951b7b77aeedbd0fe0d27ec2d |
|
MD5 | 981351cb3385a3721325d083492c2dad |
|
BLAKE2b-256 | 5b5a33f58e787270be5ea30465574dc6d54ad88e25c1573321e48499cdfa39f6 |