Skip to main content

Square Cloud API wrapper

Project description

squarecloud-api

squarecloud-api is a wrapper for the Square Cloud API mainted by @alma

Installing

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

you can read the documentation here.

Basic usage

import squarecloud as square
import asyncio

client = square.Client('API_KEY', debug=True)

async def main():
    status = await client.app_status(app_id='application_id')
    print(status)
    print(status.ram)
    print(status.cpu)

asyncio.run(main())

License

MIT License

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

squarecloud_api-3.1.1.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

squarecloud_api-3.1.1-py3-none-any.whl (27.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page