Skip to main content

SquareCloud API wrapper

Project description

Square Cloud Banner

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


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.5.0.tar.gz (27.4 kB view hashes)

Uploaded Source

Built Distribution

squarecloud_api-3.5.0-py3-none-any.whl (34.1 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